Skip to content

Commit

Permalink
Merge pull request #10 from viceice/patch-1
Browse files Browse the repository at this point in the history
fix: add missing cluster role rules
  • Loading branch information
haad authored Mar 8, 2021
2 parents b0f45fc + be15435 commit fad28ec
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions stable/coredns/templates/clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@ rules:
verbs:
- list
- watch
- apiGroups:
- discovery.k8s.io
resources:
- endpointslices
verbs:
- list
- watch
{{- if .Values.rbac.pspEnable }}
- apiGroups:
- policy
Expand Down

0 comments on commit fad28ec

Please sign in to comment.