cloud-ark / kubeplus

Kubernetes Operator for multi-instance multi-tenancy
https://cloudark.io/
Apache License 2.0
654 stars 78 forks source link

Capture output of Helm install in the Custom Resource status #1278

Closed devdattakulkarni closed 3 months ago

devdattakulkarni commented 4 months ago

We should verify if the output of the Helm install is being saved in the status field of the Custom Resource instance.

If it is not getting saved, then we should capture the output and save it in the status field.

devdattakulkarni commented 3 months ago

Yes, we are saving output of Helm command in the status field of the CR instance. Verified using the odoo example.