RBAC updated
This commit is contained in:
parent
a135aea14e
commit
702c637013
@ -29,10 +29,10 @@ rules:
|
||||
resources: ["networkpolicies"]
|
||||
verbs: ["get", "list", "watch"]
|
||||
|
||||
# ArgoCD Applications - for cleanup when deleting environments
|
||||
# ArgoCD Applications - for environment provisioning and cleanup
|
||||
- apiGroups: ["argoproj.io"]
|
||||
resources: ["applications"]
|
||||
verbs: ["get", "list", "watch", "delete"]
|
||||
verbs: ["get", "list", "watch", "create", "patch", "update", "delete"]
|
||||
|
||||
# Argo Workflows - for monitoring environment provisioning status
|
||||
- apiGroups: ["argoproj.io"]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user