add vault support

This commit is contained in:
Kochetkov S 2026-04-15 17:20:58 +03:00
parent ff28090a8e
commit f4f68488bd

View File

@ -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