mirror of
https://github.com/bitnami/charts.git
synced 2026-02-26 15:57:38 +08:00
Fixed invalid variable (#9825)
Signed-off-by: Sjoerd Heijligers <Sjoerdsjoerd@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
6e3dc389e6
commit
3dfdfa8cd8
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user