Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: liveness probe success threshold (#963)
Fixes helm upgrades. Should prevent this error. ``` Error: UPGRADE FAILED: cannot patch "beta9-gateway" with kind Deployment: Deployment.apps "beta9-gateway" is invalid: spec.template.spec.containers[0].livenessProbe.successThreshold: Invalid value: 2: must be 1 ``` Kustomize seems unaffected and will just correct successThreshold to 1. Resolve BE-2386
- Loading branch information