diff --git a/flux2/core/base/single-sign-on/single-sign-on-values-configmap.yaml b/flux2/core/base/single-sign-on/single-sign-on-values-configmap.yaml index 923ea1ef5c267cb6eef26e87e625ada8851703d9..1c72c28ac9f8ead05b3f2f364fb75b0366d2164f 100644 --- a/flux2/core/base/single-sign-on/single-sign-on-values-configmap.yaml +++ b/flux2/core/base/single-sign-on/single-sign-on-values-configmap.yaml @@ -48,7 +48,8 @@ data: login: "https://sso.${domain}/login" consent: "https://sso.${domain}/consent" secrets: - system: "${hydra_system_secret}" + system: + - "${hydra_system_secret}" dsn: "memory" ingress: public: diff --git a/flux2/infrastructure/sources/single-sign-on.yaml b/flux2/infrastructure/sources/single-sign-on.yaml index 0b51a45cc8affba6762995c97c00cfec51820523..ed825d265c7147c0334843562c2358ede0fe4d79 100644 --- a/flux2/infrastructure/sources/single-sign-on.yaml +++ b/flux2/infrastructure/sources/single-sign-on.yaml @@ -14,4 +14,5 @@ spec: # For all available options, see: # https://toolkit.fluxcd.io/components/source/api/#source.toolkit.fluxcd.io/v1beta1.GitRepositoryRef ref: - tag: 0.2.11 + # tag: 0.2.11 + branch: 96-bump-chart-version-because-of-hydra-upgrade