-
Notifications
You must be signed in to change notification settings - Fork 71
Closed
Description
@WanzenBug in flowing to discussion in #180 (comment) I think I found an alternative way to add customizations to the generated manifests.
KubeVirt project has customizeComponents option, which is working the following way:
https://kubevirtlegacy.gitbook.io/user-guide/docs/operations/customize_components
From my point of view it can be better because of few reasons:
- Unlike previews proposed solution, this might work with existing operator logic
- Less impact on CRD structure, which now must implement a lot of new fields (example: Rbac proxy #280)
- Full customization is possible. Every resource can be patched. Not only
strategicmerge patch is supported, but alsojsonandmergepatches, which might be useful to remove fields and customization in the more smart way.
Metadata
Metadata
Assignees
Labels
No labels