diff --git a/components/hydra-sql/kustomization.yaml b/components/hydra-sql/kustomization.yaml index 0504eb2..c6f9540 100644 --- a/components/hydra-sql/kustomization.yaml +++ b/components/hydra-sql/kustomization.yaml @@ -24,6 +24,9 @@ configMapGenerator: - DB_PASSWORD="makeMeASecret" - REDIS_DSN="redis://redis:6379" - PEPPER="MakeMeABigSecret" + - ALTCHA_HOST=http://altcha:3333 + - ALTCHA_BASE_URL=/altcha + - ALTCHA_ENABLED=true - name: sql-login-config files: - ./files/sql_login.yaml