Skip to content

Commit

Permalink
Merge pull request #15 from mbaldessari/fix-argo-policy
Browse files Browse the repository at this point in the history
Changes around the default argocd policy
  • Loading branch information
mbaldessari authored Oct 16, 2024
2 parents 66ae42a + a8a28cb commit 0134467
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion templates/plumbing/argocd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,12 @@ spec:
memory: 128Mi
initialSSHKnownHosts: {}
rbac:
defaultPolicy: role:admin
defaultPolicy: role:readonly
policy: |-
g, system:cluster-admins, role:admin
g, cluster-admins, role:admin
g, admin, role:admin
scopes: '[groups, email]'
repo:
initContainers:
- command:
Expand Down

0 comments on commit 0134467

Please sign in to comment.