remove loginapp default app configmap

This commit is contained in:
Matthieu Lamalle 2023-07-27 14:07:30 +02:00
parent 97c889b5c7
commit 27dc0184d4
2 changed files with 8 additions and 8 deletions

View File

@ -26,10 +26,10 @@ configMapGenerator:
- CLIENT_SECRET_FC=MyClientSecret - CLIENT_SECRET_FC=MyClientSecret
- COOKIE_PATH=/ - COOKIE_PATH=/
- TRUSTED_PROXIES=127.0.0.1,REMOTE_ADDR - TRUSTED_PROXIES=127.0.0.1,REMOTE_ADDR
- name: hydra-dispatcher-apps # - name: hydra-dispatcher-apps
behavior: merge # behavior: merge
files: # files:
- apps.yaml=./files/hydra/oidc.yaml # - apps.yaml=./files/hydra/oidc.yaml
patchesJson6902: patchesJson6902:
- target: - target:

View File

@ -25,10 +25,10 @@ configMapGenerator:
- APACHE_BACKEND_URL=http://hydra-saml-remote-user - APACHE_BACKEND_URL=http://hydra-saml-remote-user
- APACHE_FORCE_HTTPS=false - APACHE_FORCE_HTTPS=false
- SP_HANDLER_BASE_PATH=/ - SP_HANDLER_BASE_PATH=/
- name: hydra-dispatcher-apps # - name: hydra-dispatcher-apps
behavior: merge # behavior: merge
files: # files:
- apps.yaml=./files/hydra/saml.yaml # - apps.yaml=./files/hydra/saml.yaml
patchesJson6902: patchesJson6902:
- target: - target: