Pull Template
Download Repo
Save chart in archive file
helm pull <chart>
Extract chart files
helm pull <chart> --untar
Generate Template
helm template <name> <chart> > myfile.yaml
Save chart in archive file
helm pull <chart>
Extract chart files
helm pull <chart> --untar
helm template <name> <chart> > myfile.yaml