Skip to content

Commit

Permalink
fix: add missing cluster role rules
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Kriese <[email protected]>
  • Loading branch information
viceice committed Feb 26, 2021
1 parent c7a9ac5 commit e08b69f
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 e08b69f

Please sign in to comment.