-
Notifications
You must be signed in to change notification settings - Fork 105
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
Add --values
to kctrl package installed update
#683
Conversation
This also seems to be affected by #661 |
--drop-values-file
to kctrl package installed update
--with-values
to kctrl package installed update
--with-values
to kctrl package installed update
--values
to kctrl package installed update
Doc PR here : https://github.com/vmware-tanzu/carvel/pull/439 |
51fcac7
to
cf74205
Compare
cf74205
to
ad06d19
Compare
* Fix needed to be able to drop values file that have been updated safely * Add tests for the same`
…enced. * values makes more sense since this flag is present in create, update and install * Making sure an update call is not made if values is false but there are no values to be deleted or no references to be removed * Update flag descriptions
ad06d19
to
2f690c8
Compare
…e trying to remove secret references.
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
What this PR does / why we need it:
This flag allows users to drop values secrets being consumed by a package and remove it's references in a package installation while updating it.
PR also fixes value secret updates clobbering ownership annotations.
Which issue(s) this PR fixes:
Fixes #675
Does this PR introduce a user-facing change?
Additional Notes for your reviewer:
Review Checklist:
a link to that PR
change