【发布时间】:2017-12-04 19:29:53
【问题描述】:
我有一个带有可选组件的舵图。似乎支持可选组件的首选方法是将它们分解为单独的图表并使用标签切换它们。
我试过这个,但我的可选组件需要知道图表其余部分的变量(特定服务的地址)。这会导致事情破裂
Error: render error in "subchart/foo-deployment.yaml":
template: superchart/templates/_helpers.tpl:14:40:
executing "superchart.variable <.Values.variable...>:
can't evaluate field name in type interface {}
【问题讨论】:
标签: kubernetes-helm