blob: 3da9fee7c1c1b0b7fcfe8559aa56f2f4006f25d4 [file] [log] [blame]
{{/*
Resolve the namespace to apply to a chart. The default namespace suffix
is the name of the chart. This can be overridden if necessary (eg. for subcharts)
using the following value:
- .Values.nsPrefix : override namespace prefix
*/}}
{{- define "common.namespace" -}}
{{- default .Release.Namespace .Values.nsPrefix -}}
{{- end -}}