From d840bcf0a43d6e504ed19cc4916b92e7e83dc9c4 Mon Sep 17 00:00:00 2001 From: Matthieu Lamalle Date: Thu, 27 Jul 2023 14:04:03 +0200 Subject: [PATCH] remove loginapp default app configmap --- components/hydra-oidc/kustomization.yaml | 4 ---- components/hydra-saml/kustomization.yaml | 4 ---- 2 files changed, 8 deletions(-) diff --git a/components/hydra-oidc/kustomization.yaml b/components/hydra-oidc/kustomization.yaml index b598ede..5fbd845 100644 --- a/components/hydra-oidc/kustomization.yaml +++ b/components/hydra-oidc/kustomization.yaml @@ -26,10 +26,6 @@ configMapGenerator: - CLIENT_SECRET_FC=MyClientSecret - COOKIE_PATH=/ - TRUSTED_PROXIES=127.0.0.1,REMOTE_ADDR - - name: hydra-dispatcher-apps - behavior: merge - files: - - apps.yaml=./files/hydra/oidc.yaml patchesJson6902: - target: diff --git a/components/hydra-saml/kustomization.yaml b/components/hydra-saml/kustomization.yaml index 5c82501..559eb95 100644 --- a/components/hydra-saml/kustomization.yaml +++ b/components/hydra-saml/kustomization.yaml @@ -25,10 +25,6 @@ configMapGenerator: - APACHE_BACKEND_URL=http://hydra-saml-remote-user - APACHE_FORCE_HTTPS=false - SP_HANDLER_BASE_PATH=/ - - name: hydra-dispatcher-apps - behavior: merge - files: - - apps.yaml=./files/hydra/saml.yaml patchesJson6902: - target: