diff --git a/components/hydra-oidc/kustomization.yaml b/components/hydra-oidc/kustomization.yaml index b598ede..88288e0 100644 --- a/components/hydra-oidc/kustomization.yaml +++ b/components/hydra-oidc/kustomization.yaml @@ -26,10 +26,10 @@ 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 + # - 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..260c851 100644 --- a/components/hydra-saml/kustomization.yaml +++ b/components/hydra-saml/kustomization.yaml @@ -25,10 +25,10 @@ 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 + # - name: hydra-dispatcher-apps + # behavior: merge + # files: + # - apps.yaml=./files/hydra/saml.yaml patchesJson6902: - target: