add vault support

This commit is contained in:
Kochetkov S 2026-04-15 16:56:02 +03:00
parent a7716a59e7
commit bcb7aab9fe
2 changed files with 25 additions and 1 deletions

View File

@ -8,6 +8,10 @@ spec:
timeout: 15m
values:
global:
vault:
enabled: true
role: camunda
authPath: auth/kubernetes
image:
pullSecrets:
- name: regcred
@ -27,20 +31,40 @@ spec:
console:
redirectUrl: "https://camunda-console.contour.infra.sarex.tech"
identityPostgresql:
auth:
usePasswordFiles: true
primary:
persistence:
size: 10Gi
storageClass: local-path
identityKeycloak:
vaultEnv:
enabled: true
role: camunda
authPath: auth/kubernetes
envFiles:
KEYCLOAK_ADMIN_PASSWORD:
path: secrets/data/camunda/keycloak-admin
key: admin-password
KEYCLOAK_PASSWORD:
path: secrets/data/camunda/keycloak-admin
key: admin-password
KEYCLOAK_DATABASE_PASSWORD:
path: secrets/data/camunda/postgresql
key: password
global:
storageClass: local-path
tolerations: []
postgresql:
auth:
usePasswordFiles: true
primary:
persistence:
size: 10Gi
storageClass: local-path
postgresql:
auth:
usePasswordFiles: true
primary:
persistence:
size: 10Gi

View File

@ -13,7 +13,7 @@ spec:
chart:
spec:
chart: camunda-contour
version: "11.0.10"
version: "11.0.11"
sourceRef:
kind: HelmRepository
name: yc-oci-charts