From 1348dcff3dfe87f7ac23fc2ac67549d16f3a3e70 Mon Sep 17 00:00:00 2001 From: Smaine Kahlouch Date: Wed, 13 Nov 2024 09:01:35 +0100 Subject: [PATCH] =?UTF-8?q?fix(zitadel):=C2=A0put=20master=20key=20in=20en?= =?UTF-8?q?vvars?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- security/base/zitadel/helmrelease.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/security/base/zitadel/helmrelease.yaml b/security/base/zitadel/helmrelease.yaml index 82c31ea4..6debe606 100644 --- a/security/base/zitadel/helmrelease.yaml +++ b/security/base/zitadel/helmrelease.yaml @@ -18,10 +18,8 @@ spec: values: replicaCount: 1 initJob: - backoffLimit: 30 # The database (RDS) takes time to initialize + backoffLimit: 30 # Wait for the CNPG database instance to be ready zitadel: - # reference: https://zitadel.com/docs/self-hosting/manage/configure - masterkey: ApnB2MUlRa63KRIE0iT1WlM4ZNZOvZF6 configmapConfig: Log: Formatter: @@ -43,6 +41,8 @@ spec: MaxConnLifetime: 30m MaxConnIdleTime: 5m + # reference: https://zitadel.com/docs/self-hosting/manage/configure + # All configuration items are loaded from a secret envVarsSecret: "zitadel-envvars" # Mount certificate generated by cert-manager