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
I understand that helm-controller listens for changes to the HelmChart CR, converting it to the corresponding klipper-helm job to run the helm commands, but when I add the --wait parameter to the script in the klipper-helm image, the job changes to Completed status only if the helm installation/upgrade is complete.
I'm wondering if there's a way to write the successful installation or update message to the status field of HelmChart CR only when the job is Completed? Similar to how the Deployment Controller constantly listens to the status of the ReplicaSet resource and writes it to the corresponding deployment's status.