helm-operator-plugins
helm-operator-plugins copied to clipboard
Experimental refactoring of the operator-framework's helm operator
I'm evaluating the use of the hybrid-helm operator (this is my first attempt at writing an operator) and it appears to have enormous potential to cut down on boilerplate while...
reconcilePeriod is 0, skipDependentWatches is true. Occurrence of irregularly reconcile, causing data to be restored. version: v0.0.8
Sometimes it is necessary to override Helm values which are not set by the Operator if used with a Custom Resource. In our case the custom resource abstracts the Helm...
Add release steps.
We need to do another release and there is no release documentation.
We need to bump Kubebuilder to 3.4. This would have some breaking changes due to adding support for go 1.18
The values are available in a segregated fashion for the Post-Hook interface, which makes it difficult to keep track of updates to the CR. The values are available at: 1....
Implement general extensions which are better suited for hybrid operators with customized reconciliation workflows. Shows how pre/post hooks can be implemented in terms of extensions. Signed-off-by: Moritz Clasmeier This PR...
For comparison, this is essentially the same as https://github.com/operator-framework/helm-operator-plugins/pull/157 with the information passing being implemented on top of `context.Context`. I tend to lean towards the way it is being done...
If a Helm operator is installed into a namespace with an already existing Helm release how should the operator handle this situation. A) automatically reconcile and try to match the...