X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=it%2Fdep.git;a=blobdiff_plain;f=smo-install%2Foran_oom%2Faux-common%2Ftemplates%2F_namespace.tpl;fp=smo-install%2Foran_oom%2Faux-common%2Ftemplates%2F_namespace.tpl;h=a1971ade29d34986b362e2fb4b02f33a3ebbedda;hp=94c9ee72d9e133a4a3b792f2a7ef4ef52c458143;hb=918108f729c368db61fe904024129f21269e19b7;hpb=c9ace66e2b4635918c4c4c473dfc7bcbeb41b7ae diff --git a/smo-install/oran_oom/aux-common/templates/_namespace.tpl b/smo-install/oran_oom/aux-common/templates/_namespace.tpl index 94c9ee72..a1971ade 100644 --- a/smo-install/oran_oom/aux-common/templates/_namespace.tpl +++ b/smo-install/oran_oom/aux-common/templates/_namespace.tpl @@ -14,13 +14,6 @@ # limitations under the License. */}} -{{/* - 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 -}} +{{- .Release.Namespace -}} {{- end -}}