Separating RICPLT from it/dep repo.
[it/dep.git] / ric-common / Common-Template / helm / ric-common / templates / _logstash.tpl
index 5b80f5e..7e50e03 100644 (file)
 #   limitations under the License.                                             #
 ################################################################################
 
-# template for component name
 {{- define "common.name.logstash" -}}
-  {{- if .Values.logstash -}}
-    {{- if .Values.logstash.nameOverride -}}
-      {{- printf "%s" .Values.logstash.nameOverride -}}
-    {{- else -}}
-      {{- printf "logstash" -}}
-    {{- end -}}
-  {{- else -}}
-    {{- printf "logstash" -}}
-  {{- end -}}
+  {{- printf "logstash" -}}
 {{- end -}}
 
+
 {{- define "common.fullname.logstash" -}}
   {{- $name := ( include "common.name.logstash" . ) -}}
   {{- $namespace := ( include "common.namespace.aux" . ) -}}