Compare commits
3 Commits
barman-clo
...
barman-clo
Author | SHA1 | Date | |
---|---|---|---|
a3f42e13ce | |||
a48262f115 | |||
bd458a3a3d |
@@ -1,6 +1,6 @@
|
||||
apiVersion: v2
|
||||
name: barman-cloud
|
||||
version: 0.2.1
|
||||
version: 0.2.4
|
||||
description: Barman Cloud Plugin
|
||||
keywords:
|
||||
- barman-cloud
|
||||
|
@@ -1,6 +1,6 @@
|
||||
# barman-cloud
|
||||
|
||||
 
|
||||
 
|
||||
|
||||
Barman Cloud Plugin
|
||||
|
||||
|
@@ -12,7 +12,7 @@ roleRef:
|
||||
name: metrics-auth-role
|
||||
subjects:
|
||||
- kind: ServiceAccount
|
||||
name: plugin-barman-cloud
|
||||
name: {{ .Release.Name }}-barman-cloud
|
||||
namespace: {{ .Release.Namespace }}
|
||||
|
||||
---
|
||||
@@ -30,5 +30,5 @@ roleRef:
|
||||
name: plugin-barman-cloud
|
||||
subjects:
|
||||
- kind: ServiceAccount
|
||||
name: plugin-barman-cloud
|
||||
name: {{ .Release.Name }}-barman-cloud
|
||||
namespace: {{ .Release.Namespace }}
|
||||
|
@@ -13,7 +13,7 @@ controllers:
|
||||
replicas: 1
|
||||
strategy: Recreate
|
||||
serviceAccount:
|
||||
name: plugin-barman-cloud
|
||||
name: {{ .Release.Name }}-barman-cloud
|
||||
pod:
|
||||
securityContext:
|
||||
runAsNonRoot: true
|
||||
@@ -53,7 +53,7 @@ controllers:
|
||||
seccompProfile:
|
||||
type: RuntimeDefault
|
||||
serviceAccount:
|
||||
plugin-barman-cloud:
|
||||
barman-cloud:
|
||||
enabled: true
|
||||
service:
|
||||
main:
|
||||
@@ -82,6 +82,13 @@ persistence:
|
||||
readOnly: true
|
||||
mountPropagation: None
|
||||
subPath: server
|
||||
client-tls:
|
||||
enabled: true
|
||||
type: secret
|
||||
name: {{ .Values.name }}-client-tls
|
||||
advancedMounts:
|
||||
main:
|
||||
main:
|
||||
- path: /client
|
||||
readOnly: true
|
||||
mountPropagation: None
|
||||
|
@@ -13,5 +13,5 @@ roleRef:
|
||||
name: leader-election-role
|
||||
subjects:
|
||||
- kind: ServiceAccount
|
||||
name: plugin-barman-cloud
|
||||
name: {{ .Release.Name }}-barman-cloud
|
||||
namespace: {{ .Release.Namespace }}
|
||||
|
Reference in New Issue
Block a user