Skip to content

Commit

Permalink
Add missing permission to ClusterRole
Browse files Browse the repository at this point in the history
  • Loading branch information
wpjunior committed Aug 26, 2022
1 parent 7ac95c2 commit d5d1d77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/rbac/role.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
Expand All @@ -12,6 +11,7 @@ rules:
- configmaps
- persistentvolumeclaims
- secrets
- services
verbs:
- create
- delete
Expand Down

0 comments on commit d5d1d77

Please sign in to comment.