-
Notifications
You must be signed in to change notification settings - Fork 48
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
🐛 Allow non user-configurable properties in VM deployment #217
base: main
Are you sure you want to change the base?
🐛 Allow non user-configurable properties in VM deployment #217
Conversation
Currently, VM operator ignores any vApp properties that are not user configurable when patching with values specified in the bootstrap resources (VM metadata ConfigMap/Secret). There are some valid use-cases where users might want to patch hidden properties defined in an image. This change fixes this behavior. Fixes vmware-tanzu#181.
95131f4
to
cdeec0c
Compare
Minimum allowed line rate is |
TODO: We also need to update the official documentation to indicate that non user-configurable properties are also allowed now. Excerpt from the doc:
|
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 does this PR do, and why is it needed?
Currently, VM operator ignores any vApp properties that are not user configurable when patching with values specified in the bootstrap resources (VM metadata ConfigMap/Secret). There are some valid use-cases where users might want to patch hidden properties defined in an image. This change fixes this behavior.
Which issue(s) is/are addressed by this PR?
Fixes #181.
Please add a release note if necessary: