From 59d3708775e801a86dc5858759610b67bb52eaa6 Mon Sep 17 00:00:00 2001 From: Thomas Cardin <49320132+ThomasCardin@users.noreply.github.com> Date: Wed, 22 Jan 2025 15:10:12 -0500 Subject: [PATCH] enabled terminal for argocd --- kubernetes/aks/system/argocd/helm/values.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/kubernetes/aks/system/argocd/helm/values.yaml b/kubernetes/aks/system/argocd/helm/values.yaml index 0a6cff39..a1574d4e 100644 --- a/kubernetes/aks/system/argocd/helm/values.yaml +++ b/kubernetes/aks/system/argocd/helm/values.yaml @@ -173,7 +173,7 @@ configs: # -- Enable exec feature in Argo UI ## Ref: https://argo-cd.readthedocs.io/en/latest/operator-manual/rbac/#exec-resource - exec.enabled: false + exec.enabled: true # -- Enable local admin user ## Ref: https://argo-cd.readthedocs.io/en/latest/faq/#how-to-disable-admin-user @@ -326,6 +326,8 @@ configs: p, role:fertiscan, applications, sync, default/fertiscan-preview, allow p, role:fertiscan, applications, override, default/fertiscan-preview, allow + p, role:admin, exec, create, */*, allow + g, ai-cfia:devops, role:admin g, ai-cfia:finesse, role:finesse g, ai-cfia:nachet, role:nachet