Improve the release workflow to not edit enum values in values.yaml #2780
Labels
refined
Requirements are refined and the issue is ready to be implemented.
release-engineering
Relates to all release engineering tasks
size/small
Estimated to be completed within ~2 days
Milestone
Describe the bug
The
release workflow
needs to be improved to not edit enum fields in values.yamlTo Reproduce
Steps to reproduce the behavior:
enum values cannot be same
Expected behavior
When we run the release workflow, ensure that none of the enum values are replaced when we run the
Find and Replace
jobs in release workflow.Your environment
kubectl -n nginx-gateway logs -l app=nginx-gateway -c nginx
kubectl -n nginx-gateway exec <gateway-pod> -c nginx -- nginx -T
Additional context
The text was updated successfully, but these errors were encountered: