add vault support
This commit is contained in:
parent
ff28090a8e
commit
f4f68488bd
@ -34,10 +34,19 @@ spec:
|
|||||||
auth:
|
auth:
|
||||||
usePasswordFiles: true
|
usePasswordFiles: true
|
||||||
primary:
|
primary:
|
||||||
|
automountServiceAccountToken: true
|
||||||
persistence:
|
persistence:
|
||||||
size: 10Gi
|
size: 10Gi
|
||||||
storageClass: local-path
|
storageClass: local-path
|
||||||
identityKeycloak:
|
identityKeycloak:
|
||||||
|
postgresql:
|
||||||
|
auth:
|
||||||
|
usePasswordFiles: true
|
||||||
|
primary:
|
||||||
|
automountServiceAccountToken: true
|
||||||
|
persistence:
|
||||||
|
size: 10Gi
|
||||||
|
storageClass: local-path
|
||||||
vaultEnv:
|
vaultEnv:
|
||||||
enabled: true
|
enabled: true
|
||||||
role: camunda
|
role: camunda
|
||||||
@ -55,17 +64,11 @@ spec:
|
|||||||
global:
|
global:
|
||||||
storageClass: local-path
|
storageClass: local-path
|
||||||
tolerations: []
|
tolerations: []
|
||||||
postgresql:
|
|
||||||
auth:
|
|
||||||
usePasswordFiles: true
|
|
||||||
primary:
|
|
||||||
persistence:
|
|
||||||
size: 10Gi
|
|
||||||
storageClass: local-path
|
|
||||||
postgresql:
|
postgresql:
|
||||||
auth:
|
auth:
|
||||||
usePasswordFiles: true
|
usePasswordFiles: true
|
||||||
primary:
|
primary:
|
||||||
|
automountServiceAccountToken: true
|
||||||
persistence:
|
persistence:
|
||||||
size: 10Gi
|
size: 10Gi
|
||||||
storageClass: local-path
|
storageClass: local-path
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user