From 032ccb6380d700cca852add3b4c7bc35c706f46a Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Sat, 20 Apr 2024 11:02:53 +0200 Subject: [PATCH] wtf --- library/common/templates/lib/container/_probes.tpl | 5 ----- 1 file changed, 5 deletions(-) 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 }}