Release Metadata via .Release
Name, namespace, revision, and install flags.
Meet the Release Object
While .Values holds config, .Release holds facts about this specific install: who it is, where it lives, and which revision it is.
The Release Name
.Release.Name is the name you gave the install. It is the most common way to prefix resource names so they stay unique. 🏷️
# helm install web ./mychart
name: {{ .Release.Name }}-configAll lessons in this course
- The Values Object and Nested Access
- Release Metadata via .Release
- Chart and Capabilities Objects
- Files, Template, and the Root Context