Skip to content

Commit 934473d

Browse files
committed
chore(argocd): allow ucadmins to edit applications
This allows temporarily disabling the applicaiton selfHeal
1 parent 053273d commit 934473d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bootstrap/argocd/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ configs:
2424
policy.csv: |
2525
# role:ucadmin can sync applications
2626
p, role:ucadmin, applications, sync, */*, allow
27+
p, role:ucadmin, applications, update, */*, allow
2728
# role:ucadmin can update clusters so that they can set branch info
2829
p, role:ucadmin, clusters, update, *, allow
2930
# role:ucadmin inherits role:readonly

0 commit comments

Comments
 (0)