1. 渲染导出
- 当前路径
bash
[root@kube-master helm]# pwd
/root/helm
[root@kube-master helm]# ls
demo demo-1.0.0.tgz demo-2.0.0.tgz
[root@kube-master helm]# pwd
/root/helm
[root@kube-master helm]# ls
demo demo-1.0.0.tgz demo-2.0.0.tgz
- 导出
bash
helm template demo --output-dir /root/hantest/
wrote /root/hantest//demo/templates/serviceaccount.yaml
wrote /root/hantest//demo/templates/service.yaml
wrote /root/hantest//demo/templates/deployment.yaml
wrote /root/hantest//demo/templates/tests/test-connection.yaml
helm template demo --output-dir /root/hantest/
wrote /root/hantest//demo/templates/serviceaccount.yaml
wrote /root/hantest//demo/templates/service.yaml
wrote /root/hantest//demo/templates/deployment.yaml
wrote /root/hantest//demo/templates/tests/test-connection.yaml