🎃

helm template実行時にファイルを指定する方法

2023/02/23に公開

yqでフィルタしたくて余計なものは出したくなかったので。

-sオプションを使います

  -s, --show-only stringArray                      only show manifests rendered from the given templates

サンプル

helm template -f values.yaml -s templates/configmap.yaml .

Discussion