I don’t want to fail a dryrun just because a value doesn’t exist that I expect to be there.
Ideally the builtin Release object would have the context but unfornately it does not.
It’d be nice if something like this would work.
{{- if .Release.IsDryrun and /* other conditions/ }}
//print message
{{ else}}
//fail hard and fast
{{- end }}