如何获取从 helm chart 填充的所有值的清单文件?

Joh*_*sev 3 kubernetes kubernetes-helm

有没有办法从舵图中获取清单文件?清单文件需要能够像helm install. 这将需要将所有值填充并聚合到一个清单文件中kubectl apply -f

Shu*_*rma 5

如果我没听错,那么我的回答是:可以。它是helm templatecmd。看

$ helm template --help

Render chart templates locally and display the output.

Any values that would normally be looked up or retrieved in-cluster will be
faked locally. Additionally, ...
Run Code Online (Sandbox Code Playgroud)