https://rancher.com/ logo
#rke2
Title
b

billions-easter-91774

08/26/2022, 3:50 PM
when i change a setting in helmchartconfig, whats the right way to retrigger helm? rerunning the rke2 helm job?
l

lemon-midnight-46796

08/26/2022, 4:02 PM
Kind of. In Helm CLI it is
helm upgrade
command while initial installation is
helm install
. And there is
helm upgrade --install
that will handle both upgrade and install
b

billions-easter-91774

08/26/2022, 4:11 PM
but i guess i cant just tell helm 'helm refresh' or something so its pull the helmchartconfig? mh after all i also need to tell rke2 to update it from my file on hand.
hui that just worked out of the box. nice probably some inotify bounded on it
32 Views