Skip to content

Commit c6ecd9d

Browse files
authored
Merge pull request #1170 from rackerlabs/argocd-dev-selfheal
chore(argocd): allow ucadmins to edit applications
2 parents 95d8fc1 + 934473d commit c6ecd9d

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)