Kubernetes - Helm Package Manager
A Helm chart template uses this code:
But the rendered manifest shows
{{ .Values.image.tag | default "latest" }}But the rendered manifest shows
tag: with no value. What is the problem?