add zitadel support

This commit is contained in:
Kochetkov S 2026-04-14 16:46:35 +03:00
parent 151bd43f86
commit 4c99eeed24
2 changed files with 9 additions and 1 deletions

View File

@ -7,6 +7,14 @@ spec:
interval: 5m interval: 5m
timeout: 10m timeout: 10m
values: values:
postgresqlSecret:
create: false
vault:
enabled: true
role: zitadel
authPath: auth/kubernetes
secretPath: secrets/data/zitadel/postgresql
secretKey: password
zitadel: zitadel:
configmapConfig: configmapConfig:
ExternalDomain: zitadel.contour.infra.sarex.tech ExternalDomain: zitadel.contour.infra.sarex.tech

View File

@ -8,7 +8,7 @@ spec:
chart: chart:
spec: spec:
chart: idp-contour chart: idp-contour
version: "4.12.8" version: "4.12.9"
sourceRef: sourceRef:
kind: HelmRepository kind: HelmRepository
name: yc-oci-charts name: yc-oci-charts