Can you specific pod deployment order with Helm?

7/18/2018

Is it possible with Helm to say I want pod x to be deployed before I start deploying pod y?

The context here is I would like to have the pod with the database in it deployed before the server pod is started up that is going to add test data to the database.

-- R. de Ruijter
deployment
kubernetes-helm
kubernetes-pod

1 Answer

7/18/2018

You can always keep them in order in your files - Helm will respect that.

-- pb100
Source: StackOverflow