Skip to content

Instantly share code, notes, and snippets.

View cbuckowitz's full-sized avatar

Christian Buckowitz cbuckowitz

View GitHub Profile
@cbuckowitz
cbuckowitz / README.md
Last active July 6, 2021 15:46
templating #helm #chart values

Use the helm --show-only parameter to generate the helm chart values.yaml from a helm template.

templates/values.yaml

secrets:
  password: {{ randAlphaNum 10 | b64enc | quote }}