Skip to content

Commit

Permalink
Merge 85851c2 into 19cfac4
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkeloscar committed Nov 25, 2019
2 parents 19cfac4 + 85851c2 commit aa7d1e7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ kind: ClusterRole
metadata:
name: pdb-controller
rules:
- apiGroups: [""]
resources: ["namespaces"]
verbs: ["get", "list", "watch"]
- apiGroups: ["apps"]
resources: ["deployments", "statefulsets"]
verbs: ["get", "list"]
Expand Down

0 comments on commit aa7d1e7

Please sign in to comment.