Fixed invalid variable (#9825)

Signed-off-by: Sjoerd Heijligers <Sjoerdsjoerd@users.noreply.github.com>
This commit is contained in:
Sjoerd Heijligers
2022-04-20 18:11:23 +02:00
committed by GitHub
parent 6e3dc389e6
commit 3dfdfa8cd8

View File

@@ -225,7 +225,7 @@ spec:
command:
- sh
- -c
- /health/ping_readiness_local.sh {{ .Values.replica.livenessProbe.timeoutSeconds }}
- /health/ping_readiness_local.sh {{ .Values.replica.readinessProbe.timeoutSeconds }}
{{- else if .Values.replica.customReadinessProbe }}
readinessProbe: {{- include "common.tplvalues.render" (dict "value" .Values.replica.customReadinessProbe "context" $) | nindent 12 }}
{{- end }}