File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11apiVersion : v2
22name : coredns
3- version : 1.43.0
3+ version : 1.43.1
44appVersion : 1.12.2
55home : https://coredns.io
66icon : https://coredns.io/images/CoreDNS_Colour_Horizontal.png
@@ -19,5 +19,5 @@ maintainers:
1919type : application
2020annotations :
2121 artifacthub.io/changes : |
22- - kind: added
23- description: Added support for initContainers in the deployment .
22+ - kind: changed
23+ description: ServiceAccount now applies the `customLabels` field if set .
Original file line number Diff line number Diff line change @@ -5,6 +5,9 @@ metadata:
55 name : {{ template "coredns.serviceAccountName" . }}
66 namespace : {{ .Release.Namespace }}
77 labels : {{- include "coredns.labels" . | nindent 4 }}
8+ {{- if .Values.customLabels }}
9+ {{ toYaml .Values.customLabels | indent 4 }}
10+ {{- end }}
811 {{- if or .Values.serviceAccount.annotations .Values.customAnnotations }}
912 annotations :
1013 {{- if .Values.customAnnotations }}
You can’t perform that action at this time.
0 commit comments