开发者

multiple inclusion of helm dependency

开发者 https://www.devze.com 2022-12-07 22:01 出处:网络
Helm Chart A is a library chart and defines a template function f1 Chart B adds A as a dependency Chart C adds both A and B as dependencies.

Helm Chart A is a library chart and defines a template function f1

Chart B adds A as a dependency

Chart C adds both A and B as dependencies.

Requirement here is that App B can be deployed by itself, but App C needs B to be deployed as well.

Now A.tgz is present in C/charts as well as in B/charts directory.

In such case I have noticed that template function f1 from C/charts/A开发者_Go百科.tgz gets executed.

Are there any best practices for this situation?

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号