Helm: render manifest locally
Install yq (
brew install yq
)Download chart to local
Get values from release yaml
Using
helm template
to render manifest
Ref: https://github.com/stefanprodan/hrval-action/blob/master/src/hrval.sh
Last updated
Install yq (brew install yq
)
Download chart to local
Get values from release yaml
Using helm template
to render manifest
Ref: https://github.com/stefanprodan/hrval-action/blob/master/src/hrval.sh
Last updated