File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
scripts/devtron-reference-helm-charts/cronjob-chart_1-6-0 Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,14 @@ metadata:
9
9
release : {{ $.Release.Name }}
10
10
releaseVersion : {{ $.Values.releaseVersion | quote }}
11
11
pipelineName : {{ .Values.pipelineName }}
12
+ {{- if .Values.jobLabels }}
13
+ {{ toYaml .Values.jobLabels | indent 4 }}
14
+ {{- end }}
15
+ {{- if .Values.jobAnnotations }}
16
+ annotations :
17
+ {{ toYaml .Values.jobAnnotations | indent 4 }}
18
+ {{- end }}
19
+
12
20
spec :
13
21
{{- include "job-template-spec" . | indent 2 }}
14
22
{{ end }}
Original file line number Diff line number Diff line change @@ -22,7 +22,11 @@ cronjobConfigs:
22
22
cronJobAnnotations :
23
23
example.com/dummy : " true"
24
24
cronJobLabels :
25
- example.com/dummy : " true"
25
+ example.com/dummy : " true"
26
+ jobAnnotations :
27
+ example.com/dummy : " true"
28
+ jobLabels :
29
+ example.com/dummy : " true"
26
30
LivenessProbe :
27
31
Path : " /"
28
32
command : []
You can’t perform that action at this time.
0 commit comments