From 4ec580fb7d9ea440cd76efa4242cd4992de843af Mon Sep 17 00:00:00 2001 From: Philippe Caseiro Date: Wed, 9 Oct 2024 11:49:39 +0200 Subject: [PATCH] fix(component): oidc adding behavior to secret generator --- components/hydra-oidc/kustomization.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/components/hydra-oidc/kustomization.yaml b/components/hydra-oidc/kustomization.yaml index deec38c..624818f 100644 --- a/components/hydra-oidc/kustomization.yaml +++ b/components/hydra-oidc/kustomization.yaml @@ -11,6 +11,7 @@ generatorOptions: configMapGenerator: - name: hydra-oidc-env + behavior: create literals: - APP_ENV=prod - APP_DEBUG=false