Use Atomic Deployments in CI/CD
Beginner
All Helm deployments in CI/CD pipelines must use --atomic and --wait flags to ensure automatic rollback on failure and verification that resources are ready before reporting success.
File Patterns
**/.github/****/.gitlab-ci***/Jenkinsfile***/pipeline***/deploy*
This rule applies to files matching the patterns above.
Rule Content
FAQ
Discussion
Loading comments...