mirror of
https://github.com/Telecominfraproject/wlan-cloud-helm.git
synced 2025-10-29 17:52:40 +00:00
- Adds common templates to be used by all the charts - Removed individual helper.tpl except the one in nginx_ingress
11 lines
336 B
Smarty
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 -}}
|