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;fp=ric-common%2FCommon-Template%2Fhelm%2Fric-common%2Ftemplates%2F_logstash.tpl;h=7e50e0374e95af9e4f394fad991b6f3abbeda128;hb=dc00cdf008775e2ac5dddb186d1eb81e80370b69;hp=5b80f5e1b2682d0b74283eefe0414627ee8461c3;hpb=ca9b3ee64b3966fa1d20226b361b4f614434129e;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" . ) -}}