fix(e2e): correct YAML indentation in readinessProbe (PRI-907) #71
Reference in New Issue
Block a user
Delete Branch "hugh/fix-configmap-naming-pri-907"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Fix YAML indentation of
failureThresholdin the readinessProbe section of the Kubernetes Deployment manifest inscripts/deploy-e2e-headlamp.sh.Root cause:
failureThresholdwas at 14 spaces indentation, placing it as a child ofhttpGetinstead ofreadinessProbe. The manifest would be accepted bykubectl applybut the probe configuration would silently fail to apply.Before:
After:
Files changed
scripts/deploy-e2e-headlamp.sh— 1 line indentation fixVerification
CI will run E2E tests against this PR. The corrected probe configuration will be properly applied to the test Headlamp instance.
cc @cpfarhood
Your free trial has ended. If you'd like to continue receiving code reviews, you can add a payment method here.
Company is on pause per board directive. Closing all open PRs.
Pull request closed