From c9d8917e6c83b76e66d68fa4fc208477d09bf933 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laurent=20Gourv=C3=A9nec?= Date: Wed, 19 Feb 2025 11:22:36 +0100 Subject: [PATCH] fix(hydra-ldap): adding behavior to secret and CM generators --- components/hydra-ldap/kustomization.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/hydra-ldap/kustomization.yaml b/components/hydra-ldap/kustomization.yaml index 34b655e..8dde9f1 100644 --- a/components/hydra-ldap/kustomization.yaml +++ b/components/hydra-ldap/kustomization.yaml @@ -7,6 +7,7 @@ resources: configMapGenerator: - name: hydra-ldap-env + behavior: create literals: - WERTHER_DEV_MODE=false - WERTHER_LDAP_ROLE_CLAIM="https://hydra/claims/roles" @@ -21,6 +22,7 @@ configMapGenerator: secretGenerator: - name: hydra-ldap-sc + behavior: create literals: - WERTHER_LDAP_BINDDN="cn=reader,o=test,c=fr" - WERTHER_LDAP_BINDPW=ThisMustBeAbsolutelyChanged