From eddc6e39e151d8ef1da9643efd48d231dc90776b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Krop=C3=A1=C4=8Dek?= Date: Thu, 13 Feb 2025 12:38:41 +0100 Subject: [PATCH] fixed config --- stages/delivery/values/argocd.values.yaml.gotmpl | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/stages/delivery/values/argocd.values.yaml.gotmpl b/stages/delivery/values/argocd.values.yaml.gotmpl index 32bbe03..8cbd1f3 100644 --- a/stages/delivery/values/argocd.values.yaml.gotmpl +++ b/stages/delivery/values/argocd.values.yaml.gotmpl @@ -19,12 +19,12 @@ configs: issuer: https://idp.kropcloud.net/application/o/argocd/ clientID: R6KnCiwgsevzTkWhB9dopV80sHxL8kS4QjVlMmqI clientSecret: $dex.kropcloud-idp.clientSecret - insecureEnableGroups: true - scopes: - - openid - - profile - - email - - groups + insecureEnableGroups: true + scopes: + - openid + - profile + - email + - groups rbac: policy.csv: | g, ArgoCD Admins, role:admin