Skip to content

Commit

Permalink
Sync helm chart RBAC with generated files (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
amuraru authored Mar 30, 2020
1 parent 43e6c84 commit 6899194
Showing 1 changed file with 19 additions and 6 deletions.
25 changes: 19 additions & 6 deletions charts/zookeeper-operator/templates/clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,28 @@ rules:
- apiGroups:
- ""
resources:
- nodes
- pods
- services
- endpoints
- persistentvolumeclaims
- events
- configmaps
- secrets
verbs:
- get
- watch
- list
- "*"
- apiGroups:
- admissionregistration.k8s.io
- apps
resources:
- deployments
- daemonsets
- replicasets
- statefulsets
verbs:
- "*"
- apiGroups:
- policy
resources:
- poddisruptionbudgets
verbs:
- '*'
- "*"
{{- end }}

0 comments on commit 6899194

Please sign in to comment.