Skip to content

Commit

Permalink
Merge branch 'master' into service-name-override
Browse files Browse the repository at this point in the history
  • Loading branch information
livyfu authored Mar 15, 2021
2 parents 0c7ca33 + fad28ec commit 4b1edce
Show file tree
Hide file tree
Showing 2 changed files with 8 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
1 change: 1 addition & 0 deletions stable/coredns/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ metadata:
kubernetes.io/name: "CoreDNS"
{{- end }}
app.kubernetes.io/name: {{ template "coredns.name" . }}
app.kubernetes.io/version: {{ .Chart.AppVersion | quote }}
{{- if .Values.customLabels }}
{{ toYaml .Values.customLabels | indent 4 }}
{{- end }}
Expand Down

0 comments on commit 4b1edce

Please sign in to comment.