Julia package for convert helm to kustomize.
- Helm cli(verion 3 or later)
- Kustomize cli
- add pkg
using Pkg; Pkg.add(url="https://github.com/ynishi/Helm2Kustomize.jl")
- setup path
ln -s $(pwd)/bin/helm2kustomize ${any bin dir}/helm2kustomize
# refresh path
- run
helm2kustomize ${repository/path_to_chart} [options]