From 0977929f12e3594802ac24d27d69120888d91340 Mon Sep 17 00:00:00 2001 From: Matthieu Lamalle Date: Thu, 27 Jul 2023 10:48:00 +0200 Subject: [PATCH] update default apps config file name --- components/hydra-oidc/kustomization.yaml | 2 +- components/hydra-saml/kustomization.yaml | 4 ++-- resources/hydra-dispatcher/kustomization.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/components/hydra-oidc/kustomization.yaml b/components/hydra-oidc/kustomization.yaml index fbbe3b8..68c11e1 100644 --- a/components/hydra-oidc/kustomization.yaml +++ b/components/hydra-oidc/kustomization.yaml @@ -29,7 +29,7 @@ configMapGenerator: - name: hydra-dispatcher-apps behavior: merge files: - - ./files/hydra/oidc.yaml + - ./files/hydra/oidc.yaml=apps.yaml patchesJson6902: - target: diff --git a/components/hydra-saml/kustomization.yaml b/components/hydra-saml/kustomization.yaml index ce570f8..36cf3fd 100644 --- a/components/hydra-saml/kustomization.yaml +++ b/components/hydra-saml/kustomization.yaml @@ -28,11 +28,11 @@ configMapGenerator: - name: hydra-dispatcher-apps behavior: merge files: - - ./files/hydra/saml.yaml + - ./files/hydra/saml.yaml=apps.yaml patchesJson6902: - target: version: v1 kind: ConfigMap name: hydra-dispatcher-env - path: patches/hydra-dispatcher-env.yaml \ No newline at end of file + path: patches/hydra-dispatcher-env.yaml diff --git a/resources/hydra-dispatcher/kustomization.yaml b/resources/hydra-dispatcher/kustomization.yaml index c44e6af..8206286 100644 --- a/resources/hydra-dispatcher/kustomization.yaml +++ b/resources/hydra-dispatcher/kustomization.yaml @@ -23,4 +23,4 @@ configMapGenerator: - APP_LOCALES=fr,en - name: hydra-dispatcher-apps files: - - ./files/hydra/default.yaml + - ./files/hydra/default.yaml=apps.yaml