Ismael Rodrigues
02/01/2023, 1:54 AMjohann
02/02/2023, 5:04 PMkompose
, is that what you’re using?It’s easier to just deploy using helm chart, I know, but I can’t use it here so it’s like manually deploying this Docker ExampleWould it be possible to, instead of using helm to deploy, just use it to create yaml templates? E.g.
helm template ... --output-dir <your dir>
(outputs the yaml files that would get installed) and kubectl apply -f <your dir
?Ismael Rodrigues
02/02/2023, 10:13 PMjohann
02/02/2023, 10:14 PMupdate my user code deployment without redeploying everything from zeroassuming you only change things related to the user deployment in values.yaml, only the user deployment will get changed. Dagit and daemon pods won’t even restart
Ismael Rodrigues
02/02/2023, 10:16 PMjohann
02/02/2023, 10:17 PMIsmael Rodrigues
02/02/2023, 10:19 PM