diff --git a/library/common/templates/lib/container/_probes.tpl b/library/common/templates/lib/container/_probes.tpl index a76d9ba7..bf6c975d 100644 --- a/library/common/templates/lib/container/_probes.tpl +++ b/library/common/templates/lib/container/_probes.tpl @@ -85,11 +85,6 @@ objectData: The object data to be used to render the container. {{- end -}} {{- end -}} - {{- if mustHas $probeName (list "liveness" "startup") -}} - {{- if ne (int $timeouts.successThreshold) 1 -}} - {{- fail (printf "Container - Expected [probes] [successThreshold] to be 1 on [%s] probe" $probeName) -}} - {{- end -}} - {{- end }} initialDelaySeconds: {{ $timeouts.initialDelaySeconds }} failureThreshold: {{ $timeouts.failureThreshold }} successThreshold: {{ $timeouts.successThreshold }}