File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
1
apiVersion : v2
2
2
name : coredns
3
- version : 1.43.0
3
+ version : 1.43.1
4
4
appVersion : 1.12.2
5
5
home : https://coredns.io
6
6
icon : https://coredns.io/images/CoreDNS_Colour_Horizontal.png
@@ -19,5 +19,5 @@ maintainers:
19
19
type : application
20
20
annotations :
21
21
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:
5
5
name : {{ template "coredns.serviceAccountName" . }}
6
6
namespace : {{ .Release.Namespace }}
7
7
labels : {{- include "coredns.labels" . | nindent 4 }}
8
+ {{- if .Values.customLabels }}
9
+ {{ toYaml .Values.customLabels | indent 4 }}
10
+ {{- end }}
8
11
{{- if or .Values.serviceAccount.annotations .Values.customAnnotations }}
9
12
annotations :
10
13
{{- if .Values.customAnnotations }}
You can’t perform that action at this time.
0 commit comments