-
Notifications
You must be signed in to change notification settings - Fork 689
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
provisioner: Use separate flag for each disabled feature #6413
provisioner: Use separate flag for each disabled feature #6413
Conversation
Flags on Contour Deployment should be separate, not comma separated list Signed-off-by: Sunjay Bhatia <sunjayb@vmware.com>
oops, accidentally pushed the changelog commit to main 🙃 : ad89ab5 removed changelog tag from this PR |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6413 +/- ##
=======================================
Coverage 81.62% 81.62%
=======================================
Files 133 133
Lines 15856 15857 +1
=======================================
+ Hits 12943 12944 +1
Misses 2619 2619
Partials 294 294
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, probably worth a backport to release-1.28 (only release this feature is in) too since we're about to patch.
SGTM, will do! |
Good catch, didn't noticed this flag should be passed separately for each feature. I should add a e2e test to disable multiple features |
…our#6413) Flags on Contour Deployment should be separate, not comma separated list Signed-off-by: Sunjay Bhatia <sunjayb@vmware.com> Signed-off-by: Saman Mahdanian <saman@mahdanian.xyz>
Flags on Contour Deployment should be separate, not comma separated list (list causes contour to fail to deploy)