From f4f68488bdb0464894639489e05f6589dcf89d6c Mon Sep 17 00:00:00 2001 From: Kochetkov S Date: Wed, 15 Apr 2026 17:20:58 +0300 Subject: [PATCH] add vault support --- .../infrastructure/patches/camunda.yaml | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/clusters/yc-k8s-test/infrastructure/patches/camunda.yaml b/clusters/yc-k8s-test/infrastructure/patches/camunda.yaml index 82d6186..f549772 100644 --- a/clusters/yc-k8s-test/infrastructure/patches/camunda.yaml +++ b/clusters/yc-k8s-test/infrastructure/patches/camunda.yaml @@ -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 @@ -55,17 +64,11 @@ spec: global: storageClass: local-path tolerations: [] - postgresql: - auth: - usePasswordFiles: true - primary: - persistence: - size: 10Gi - storageClass: local-path postgresql: auth: usePasswordFiles: true primary: + automountServiceAccountToken: true persistence: size: 10Gi storageClass: local-path