RBAC updated

This commit is contained in:
Vaibhav Pathak 2026-02-24 16:26:04 +05:30
parent a135aea14e
commit 702c637013

View File

@ -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"]