File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
scripts/devtron-reference-helm-charts/cronjob-chart_1-6-0 Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -150,6 +150,7 @@ containers:
150
150
{{- if $.Values.containerExtraSpecs }}
151
151
{{ toYaml .Values.containerExtraSpecs | indent 4 }}
152
152
{{- end }}
153
+ {{- if $.Values.LivenessProbe }}
153
154
{{- if or $.Values.LivenessProbe.Path $.Values.LivenessProbe.command $.Values.LivenessProbe.tcp $.Values.LivenessProbe.grpc }}
154
155
livenessProbe :
155
156
{{- if $.Values.LivenessProbe.Path }}
@@ -184,6 +185,8 @@ containers:
184
185
{{ toYaml .Values.LivenessProbe.grpc | indent 14 }}
185
186
{{- end }}
186
187
{{- end }}
188
+ {{- end }}
189
+ {{- if $.Values.ReadinessProbe }}
187
190
{{- if or $.Values.ReadinessProbe.Path $.Values.ReadinessProbe.command $.Values.ReadinessProbe.tcp $.Values.ReadinessProbe.grpc }}
188
191
readinessProbe :
189
192
{{- if $.Values.ReadinessProbe.Path }}
@@ -218,6 +221,7 @@ containers:
218
221
{{ toYaml .Values.ReadinessProbe.grpc | indent 14 }}
219
222
{{- end}}
220
223
{{- end }}
224
+ {{- end }}
221
225
222
226
{{- if $.Values.privileged }}
223
227
securityContext :
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ LivenessProbe:
43
43
tcp : false
44
44
timeoutSeconds : 5
45
45
ReadinessProbe :
46
- Path : " / "
46
+ Path : " "
47
47
command : []
48
48
failureThreshold : 3
49
49
httpHeaders : []
@@ -346,4 +346,4 @@ imagePullSecrets: []
346
346
# - test1
347
347
# - test2
348
348
349
- persistentVolumeClaim : {}
349
+ persistentVolumeClaim : {}
You can’t perform that action at this time.
0 commit comments