Files
wlan-cloud-helm/tip-wlan/charts/common/templates/_namespace.tpl
Rahul Sharma 5a52cfb90c TW-206: Kubernetes / Docker Container infrastructure: Create top level chart for TIP WLAN
- Adds common templates to be used by all the charts
- Removed individual helper.tpl except the one in nginx_ingress
2020-03-26 14:11:42 -04:00

11 lines
336 B
Smarty

{{/*
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 .Values.global.nsPrefix -}}
{{- end -}}