Support override for the generated resources in the helm template reconciler
pepov opened this issue · 1 comments
pepov commented
There is already tooling available for overrides in the pkg/resources
package but not integrated with the helm template renderer utility.
We need this to allow specifying custom field overrides for certain resources identified by GVK + name in the generated resource set.
Also the ability to remove certain resources by GVK + name would be nice in certain cases when some feature controlled by specific resources should be disabled.