update config default apps filename

This commit is contained in:
Matthieu Lamalle 2023-07-27 10:49:42 +02:00
parent a4341a68a5
commit 97c889b5c7
3 changed files with 4 additions and 4 deletions

View File

@ -29,7 +29,7 @@ configMapGenerator:
- name: hydra-dispatcher-apps
behavior: merge
files:
- ./files/hydra/oidc.yaml
- apps.yaml=./files/hydra/oidc.yaml
patchesJson6902:
- target:

View File

@ -28,11 +28,11 @@ configMapGenerator:
- name: hydra-dispatcher-apps
behavior: merge
files:
- ./files/hydra/saml.yaml
- apps.yaml=./files/hydra/saml.yaml
patchesJson6902:
- target:
version: v1
kind: ConfigMap
name: hydra-dispatcher-env
path: patches/hydra-dispatcher-env.yaml
path: patches/hydra-dispatcher-env.yaml

View File

@ -23,4 +23,4 @@ configMapGenerator:
- APP_LOCALES=fr,en
- name: hydra-dispatcher-apps
files:
- ./files/hydra/default.yaml
- apps.yaml=./files/hydra/default.yaml