Skip to content

Commit

Permalink
enabled terminal for argocd
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasCardin authored Jan 22, 2025
1 parent 097b336 commit 59d3708
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion kubernetes/aks/system/argocd/helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 59d3708

Please sign in to comment.