We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efc248e commit 48fbc0dCopy full SHA for 48fbc0d
2 files changed
kstreams-app-version-checker/helm/templates/job.yaml
@@ -18,6 +18,9 @@ spec:
18
labels:
19
app: {{ $jobName }}
20
release: {{ .Release.Name }}
21
+ {{- with .Values.podLabels}}
22
+ {{- toYaml . | nindent 8 }}
23
+ {{- end }}
24
spec:
25
{{- with .Values.podSecurityContext }}
26
securityContext:
kstreams-app-version-checker/helm/values.yaml
@@ -41,4 +41,5 @@ workloads: []
41
42
resources: {}
43
containerSecurityContext: {}
44
-podSecurityContext: {}
+podSecurityContext: {}
45
+podLabels: {}
0 commit comments