Merge R3 into master
[it/dep.git] / ric-common / Common-Template / helm / ric-common / templates / _mrsub.tpl
index 9a38261..15583d5 100644 (file)
 #   limitations under the License.                                             #
 ################################################################################
 
-# template for component name
+
 {{- define "common.name.mrsub" -}}
-  {{- if .Values.mrsub -}}
-    {{- if .Values.mrsub.nameOverride -}}
-      {{- printf "%s" .Values.mrsub.nameOverride -}}
-    {{- else -}}
-      {{- printf "mrsub" -}}
-    {{- end -}}
-  {{- else -}}
-    {{- printf "mrsub" -}}
-  {{- end -}}
+  {{- printf "mrsub" -}}
 {{- end -}}
 
 {{- define "common.fullname.mrsub" -}}