Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow non user-configurable properties in VM deployment
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 #181.
- Loading branch information