Is it possible to execute the yaml files in the templates directory sequentially for a helm chart

30 Views Asked by At

I have a custom query where I need to install istio and create a gateway resource when doing helm install but right now it fails because without istio CRDs first installed, we cannot create a istio gateway custom resource.

I can see all the yaml files in the templates dir gets applied when we run helm install/upgrade. Is there any way where I can stop the parallel execution of yaml file such if the previous yaml deployment manifest is successfull then apply the next one?

0

There are 0 best solutions below