add vault support
This commit is contained in:
parent
ff28090a8e
commit
f4f68488bd
@ -34,10 +34,19 @@ spec:
|
||||
auth:
|
||||
usePasswordFiles: true
|
||||
primary:
|
||||
automountServiceAccountToken: true
|
||||
persistence:
|
||||
size: 10Gi
|
||||
storageClass: local-path
|
||||
identityKeycloak:
|
||||
postgresql:
|
||||
auth:
|
||||
usePasswordFiles: true
|
||||
primary:
|
||||
automountServiceAccountToken: true
|
||||
persistence:
|
||||
size: 10Gi
|
||||
storageClass: local-path
|
||||
vaultEnv:
|
||||
enabled: true
|
||||
role: camunda
|
||||
@ -59,13 +68,7 @@ spec:
|
||||
auth:
|
||||
usePasswordFiles: true
|
||||
primary:
|
||||
persistence:
|
||||
size: 10Gi
|
||||
storageClass: local-path
|
||||
postgresql:
|
||||
auth:
|
||||
usePasswordFiles: true
|
||||
primary:
|
||||
automountServiceAccountToken: true
|
||||
persistence:
|
||||
size: 10Gi
|
||||
storageClass: local-path
|
||||
|
||||
Loading…
Reference in New Issue
Block a user