mirror of
https://github.com/outbackdingo/cozystack.git
synced 2026-04-05 06:05:50 +00:00
4 lines
121 B
YAML
4 lines
121 B
YAML
{{- if ne .Release.Name .Chart.Name }}
|
|
{{- fail (printf "The name of the release MUST BE %s" .Chart.Name) }}
|
|
{{- end -}}
|