問題タブ [helm3]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
0 に答える
61 参照

kubernetes-helm - Chart.AppVersion をサブチャートに渡す方法はありますか?

サブチャートを使用していくつかのリソースを作成するチャートがあります。

親チャートの appVersion をラベルなどのサブチャートに渡したいです。

tpl を使用しようとしましたが、評価されると、サブチャートの appVersion になります。

サブチャート:

このようなことをする方法はありますか?グローバル変数を使用せずにこれを実行したかっただけでなく、それが可能であると仮定しました。

編集

このPRを待っているように見えますか?https://github.com/helm/helm/pull/10059