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