From 4c99eeed24d3ff33e0df95a271498d496129ee54 Mon Sep 17 00:00:00 2001 From: Kochetkov S Date: Tue, 14 Apr 2026 16:46:35 +0300 Subject: [PATCH] add zitadel support --- clusters/yc-k8s-test/infrastructure/patches/zitadel.yaml | 8 ++++++++ infrastructure/zitadel/base/helmrelease.yaml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/clusters/yc-k8s-test/infrastructure/patches/zitadel.yaml b/clusters/yc-k8s-test/infrastructure/patches/zitadel.yaml index 7743b9a..44439b5 100644 --- a/clusters/yc-k8s-test/infrastructure/patches/zitadel.yaml +++ b/clusters/yc-k8s-test/infrastructure/patches/zitadel.yaml @@ -7,6 +7,14 @@ spec: interval: 5m timeout: 10m values: + postgresqlSecret: + create: false + vault: + enabled: true + role: zitadel + authPath: auth/kubernetes + secretPath: secrets/data/zitadel/postgresql + secretKey: password zitadel: configmapConfig: ExternalDomain: zitadel.contour.infra.sarex.tech diff --git a/infrastructure/zitadel/base/helmrelease.yaml b/infrastructure/zitadel/base/helmrelease.yaml index bb298d5..8191a94 100644 --- a/infrastructure/zitadel/base/helmrelease.yaml +++ b/infrastructure/zitadel/base/helmrelease.yaml @@ -8,7 +8,7 @@ spec: chart: spec: chart: idp-contour - version: "4.12.8" + version: "4.12.9" sourceRef: kind: HelmRepository name: yc-oci-charts