Helm Subchart order of execution in an umbrella chart

前端 未结 3 968
误落风尘
误落风尘 2020-12-31 03:13

I have an umbrella chart with multiple sub-charts, I simply want to make sure that subchart1 runs before subchart2, etc. How can we define the order of subchart execution?

3条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-31 03:56

    You cannot make an order, and I don't think you will need it. You can rely on health checks, so if one chart depends on another, it will probably fail and restart until health check passes.

提交回复
热议问题