Fix license for PV and PVC yamls
[oom.git] / kubernetes / common / templates / _namespace.tpl
1 {{/*
2   Resolve the namespace to apply to a chart. The default namespace suffix
3   is the name of the chart. This can be overridden if necessary (eg. for subcharts)
4   using the following value:
5
6   - .Values.nsPrefix  : override namespace prefix
7 */}}
8 {{- define "common.namespace" -}}
9   {{- default .Release.Namespace .Values.nsPrefix -}}
10 {{- end -}}