1
34
更新: helm v2->v3 changes . 这将是:
我找到了答案: 在requirements.yaml中,添加:
在values.yaml中,添加
现在,在安装过程中,将值传递给enabled或disable messagequeue,如下所示:
|
2
2
使用Helm v3.4.1版。
helm chart with requirements.yaml, did not find local charts "helm dep build" fails if requirements.yaml contains local dependencies and remote one #3742 . 我的解决办法是:
Heml3不喜欢我将本地依赖项放在
** 这不是我的发现。** 我从@sgandon那里读到:
注: !! 在舵手3上。yaml已被弃用!! 您可以在Parent/Main Charts.yaml中添加依赖项。
在Parent/Main Values.yaml中将我的变量添加到我的全局变量
不要忘记将标志添加到命令中。
我的树
附言-谢谢你@Narayana和@sgandon。谢谢你们,我很高兴! |
3
0
我会提出这个(难看的)解决办法,作为借用的答案 @sgandon : https://github.com/helm/helm/issues/3742#issuecomment-383095917
然后你就可以练习了
Chart dependencies
通过将子图表作为依赖项进行管理
它没有你想象的那么美 this bug 这是不固定的。 |