From c66773009f710b7b00d6da3276a18444986d1847 Mon Sep 17 00:00:00 2001 From: Michael Haehnel Date: Fri, 2 Dec 2022 16:02:36 +0100 Subject: [PATCH] Added quotes, raised chart version --- Chart.yaml | 2 +- values.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Chart.yaml b/Chart.yaml index 1893b76..0b1ae65 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -25,5 +25,5 @@ appVersion: "0.1.1" dependencies: - name: bootstrap - version: 0.1.18 + version: 0.1.19 repository: oci://prodnso-harbor-01.smardigo.digital/infrastructure diff --git a/values.yaml b/values.yaml index f36e269..0912537 100644 --- a/values.yaml +++ b/values.yaml @@ -10,8 +10,8 @@ bootstrap: config: oidcConfig: name: sso - issuer: https://dev-keycloak-01.smardigo.digital/auth/realms/argocd - clientID: argocd-mobene + issuer: 'https://dev-keycloak-01.smardigo.digital/auth/realms/argocd' + clientID: 'argocd-mobene' clientSecret: $oidc.keycloak.clientSecret requestedScopes: ["openid", "profile", "email", "groups"] rbacConfig: