From fe37b4d424f8c813282e7414f8305a0c53d0c06f Mon Sep 17 00:00:00 2001 From: Chris Farhood Date: Wed, 6 May 2026 21:07:06 +0000 Subject: [PATCH] fix(e2e): correct indentation of failureThreshold in readinessProbe YAML YAML indentation was 2 levels deeper than siblings (14 spaces vs 12), causing the key to be nested under httpGet instead of readinessProbe. kubectl apply would silently accept this mis-structured manifest but the probe configuration would be ignored at runtime. PRI-907 Co-Authored-By: Paperclip --- scripts/deploy-e2e-headlamp.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/deploy-e2e-headlamp.sh b/scripts/deploy-e2e-headlamp.sh index df4ab68..c515395 100755 --- a/scripts/deploy-e2e-headlamp.sh +++ b/scripts/deploy-e2e-headlamp.sh @@ -124,7 +124,7 @@ spec: port: http initialDelaySeconds: 5 periodSeconds: 5 - failureThreshold: 6 + failureThreshold: 6 livenessProbe: httpGet: path: /