chnage default apps config filename
This commit is contained in:
parent
a4341a68a5
commit
3a990ca2f3
|
@ -29,7 +29,7 @@ configMapGenerator:
|
||||||
- name: hydra-dispatcher-apps
|
- name: hydra-dispatcher-apps
|
||||||
behavior: merge
|
behavior: merge
|
||||||
files:
|
files:
|
||||||
- ./files/hydra/oidc.yaml
|
- ./files/hydra/oidc.yaml:apps.yaml
|
||||||
|
|
||||||
patchesJson6902:
|
patchesJson6902:
|
||||||
- target:
|
- target:
|
||||||
|
|
|
@ -28,7 +28,7 @@ configMapGenerator:
|
||||||
- name: hydra-dispatcher-apps
|
- name: hydra-dispatcher-apps
|
||||||
behavior: merge
|
behavior: merge
|
||||||
files:
|
files:
|
||||||
- ./files/hydra/saml.yaml
|
- ./files/hydra/saml.yaml:apps.yaml
|
||||||
|
|
||||||
patchesJson6902:
|
patchesJson6902:
|
||||||
- target:
|
- target:
|
||||||
|
|
|
@ -23,4 +23,4 @@ configMapGenerator:
|
||||||
- APP_LOCALES=fr,en
|
- APP_LOCALES=fr,en
|
||||||
- name: hydra-dispatcher-apps
|
- name: hydra-dispatcher-apps
|
||||||
files:
|
files:
|
||||||
- ./files/hydra/default.yaml
|
- ./files/hydra/default.yaml:apps.yaml
|
||||||
|
|
Loading…
Reference in New Issue