File tree Expand file tree Collapse file tree
kafka-topic-creator/helm/templates
kstreams-app-version-checker/helm/templates Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,20 +13,12 @@ spec:
1313 metadata :
1414 labels :
1515 app : {{ .Values.jobName }}
16- {{- with .Values.podLabels }}
16+ {{- with merge .Values.podLabels .Values.commonPodLabels }}
1717 {{- toYaml . | nindent 8 }}
1818 {{- end }}
19- {{- with .Values.commonPodLabels }}
20- {{- toYaml . | nindent 8 }}
21- {{- end }}
22- {{- if or .Values.podAnnotations .Values.commonPodAnnotations }}
19+ {{- with merge .Values.podAnnotations .Values.commonPodAnnotations }}
2320 annotations :
24- {{- with .Values.podAnnotations }}
25- {{- toYaml . | nindent 8 }}
26- {{- end}}
27- {{- with .Values.commonPodAnnotations }}
2821 {{- toYaml . | nindent 8 }}
29- {{- end}}
3022 {{- end }}
3123 spec :
3224 containers :
Original file line number Diff line number Diff line change @@ -18,20 +18,12 @@ spec:
1818 labels :
1919 app : {{ $jobName }}
2020 release : {{ .Release.Name }}
21- {{- with .Values.podLabels}}
21+ {{- with merge .Values.podLabels .Values.commonPodLabels }}
2222 {{- toYaml . | nindent 8 }}
2323 {{- end }}
24- {{- with .Values.commonPodLabels }}
25- {{- toYaml . | nindent 8 }}
26- {{- end }}
27- {{- if or .Values.podAnnotations .Values.commonPodAnnotations }}
24+ {{- with merge .Values.podAnnotations .Values.commonPodAnnotations }}
2825 annotations :
29- {{- with .Values.podAnnotations }}
30- {{- toYaml . | nindent 8 }}
31- {{- end}}
32- {{- with .Values.commonPodAnnotations }}
3326 {{- toYaml . | nindent 8 }}
34- {{- end}}
3527 {{- end }}
3628 spec :
3729 {{- with .Values.podSecurityContext }}
You can’t perform that action at this time.
0 commit comments