From 1cf7569678956abeeb47d5835f00bee3e9cc08fb Mon Sep 17 00:00:00 2001 From: Philippe Caseiro Date: Wed, 9 Oct 2024 11:37:52 +0200 Subject: [PATCH] fix(component): adding behavior to secret generator --- components/hydra-sql/kustomization.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/components/hydra-sql/kustomization.yaml b/components/hydra-sql/kustomization.yaml index ae964ce..0504eb2 100644 --- a/components/hydra-sql/kustomization.yaml +++ b/components/hydra-sql/kustomization.yaml @@ -11,6 +11,7 @@ generatorOptions: configMapGenerator: - name: hydra-sql-env + behavior: create literals: - ISSUER_URL="http://localhost:8000" - BASE_URL='http://localhost:8080'