X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ric-common%2FCommon-Template%2Fhelm%2Fric-common%2Ftemplates%2F_logstash.tpl;h=7e50e0374e95af9e4f394fad991b6f3abbeda128;hb=b692f2151e75f6c444e5cce5d9265591402cd37c;hp=5b80f5e1b2682d0b74283eefe0414627ee8461c3;hpb=0011afae26ce8f51b964ddc47d8d4b4f80830a4c;p=it%2Fdep.git diff --git a/ric-common/Common-Template/helm/ric-common/templates/_logstash.tpl b/ric-common/Common-Template/helm/ric-common/templates/_logstash.tpl index 5b80f5e1..7e50e037 100644 --- a/ric-common/Common-Template/helm/ric-common/templates/_logstash.tpl +++ b/ric-common/Common-Template/helm/ric-common/templates/_logstash.tpl @@ -14,19 +14,11 @@ # 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" . ) -}}