Yaml to helm
➜ curl -fsSl https://codeandcode.cn/apps/helmtrans/install.sh | bash➜ helmtrans  -h
helmtrans is a CLI library for Go that support yaml to helm.
Usage:
  helmtrans [command]
Available Commands:
  help        Help about any command
  version     Print the version number of helmtrans
  yamltohelm  Transform yaml to helm
Flags:
  -h, --help   help for helmtransuse yamltohelm command
➜ helmtrans yamltohelm -p [source path] -o [output path]-o is optional param (default is output)
you can use schelm to render a helm manifest to a directory.