File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -31,11 +31,11 @@ spec:
31
31
labels :
32
32
release : {{ .Release.Name }}
33
33
{{- if or .Values.podLabels .Values.garbageCollect.podLabels }}
34
- {{- toYaml (merge (.Values.podLabels | default (dict)) (.Values.garbageCollect .podLabels | default (dict))) | nindent 12 }}
34
+ {{- toYaml (merge (.Values.garbageCollect. podLabels | default (dict)) (.Values.podLabels | default (dict))) | nindent 12 }}
35
35
{{- end }}
36
36
{{- if or .Values.podAnnotations .Values.garbageCollect.podAnnotations }}
37
37
annotations :
38
- {{- toYaml (merge (.Values.podAnnotations | default (dict)) (.Values.garbageCollect .podAnnotations | default (dict))) | nindent 12 }}
38
+ {{- toYaml (merge (.Values.garbageCollect. podAnnotations | default (dict)) (.Values.podAnnotations | default (dict))) | nindent 12 }}
39
39
{{- end}}
40
40
spec :
41
41
{{- if or (eq .Values.serviceAccount.create true) (ne .Values.serviceAccount.name "") }}
You can’t perform that action at this time.
0 commit comments