cisco-open / operator-tools

Speed up the implementation and composition of Kubernetes Operators

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support override for the generated resources in the helm template reconciler

pepov opened this issue · comments

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.