You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to reduce the scope of an initial implementation of helm support in operator-controller, should we proactively reject helm charts that ultimately include chart hooks in their manifests?
Supporting helm chart hooks generally means that we are using helm's libraries to manage the lifecycle of the objects, which has other implications (e.g. see #923).
It also means that there are additional complexities due to the stages introduced by chart hooks (e.g. it is generally not acceptable to block in a Reconcile implementation).
NOTE: This is not immediately important while we are only supporting registry+v1 bundles because operator-controller generates helm charts on-the-fly from registry+v1 bundle content, and it does not use chart hooks.
The text was updated successfully, but these errors were encountered:
joelanford
changed the title
[epic] operator-controller reject helm charts that use helm hooks
[epic] operator-controller rejects helm charts that use helm hooks
Jul 1, 2024
In order to reduce the scope of an initial implementation of helm support in operator-controller, should we proactively reject helm charts that ultimately include chart hooks in their manifests?
Supporting helm chart hooks generally means that we are using helm's libraries to manage the lifecycle of the objects, which has other implications (e.g. see #923).
It also means that there are additional complexities due to the stages introduced by chart hooks (e.g. it is generally not acceptable to block in a
Reconcile
implementation).NOTE: This is not immediately important while we are only supporting registry+v1 bundles because
operator-controller
generates helm charts on-the-fly from registry+v1 bundle content, and it does not use chart hooks.The text was updated successfully, but these errors were encountered: