🎃
helm template実行時にファイルを指定する方法
yqでフィルタしたくて余計なものは出したくなかったので。
-s
オプションを使います
-s, --show-only stringArray only show manifests rendered from the given templates
サンプル
helm template -f values.yaml -s templates/configmap.yaml .
yqでフィルタしたくて余計なものは出したくなかったので。
-s
オプションを使います
-s, --show-only stringArray only show manifests rendered from the given templates
helm template -f values.yaml -s templates/configmap.yaml .
Discussion