Skip to content

Instantly share code, notes, and snippets.

@philipz
Created October 22, 2023 09:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save philipz/631863e64c1b028a6b80ae4facfde850 to your computer and use it in GitHub Desktop.
Save philipz/631863e64c1b028a6b80ae4facfde850 to your computer and use it in GitHub Desktop.
Render Helm Chart Templates
helm template <CHART_NAME> <REPO_NAME>/<PATH_TO_CHART>
- example -
helm template nginx-ingress nginx/nginx-ingress
helm template validator-1 ./charts/goquorum-node --namespace quorum --values ./values/validator.yml --debug > test.yaml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment