Helm
Notes relating to Helm!
Helm
Continuous Integration
chart testing (ct)
ct lint --config ./utils/ci/ct.yamlyamllint
yamllint --config-file lintconf.yaml values.yamlFlow Control
if/else
{{- if eq .Values.favorite.drink "coffee" }}
mug: "true"
{{- end }}with
Sprig functions
Monitoring
Status Code
Result
Last updated