From 326f3a5f420318b2649896a6c8f24d950d87329d Mon Sep 17 00:00:00 2001 From: bborbely Date: Fri, 19 Jul 2019 15:54:25 +0200 Subject: [PATCH] removing/replacing host w url Change-Id: I70f7b0d2f6af741dd6b9bc24880d7de304afdd56 Signed-off-by: bborbely --- infra-charts/templates/fluentd-configmap.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra-charts/templates/fluentd-configmap.yaml b/infra-charts/templates/fluentd-configmap.yaml index 313748c..2baed2b 100644 --- a/infra-charts/templates/fluentd-configmap.yaml +++ b/infra-charts/templates/fluentd-configmap.yaml @@ -16,7 +16,7 @@ limitations under the License. {{- define "es_infra.part" }} {{- template "es_begin.part"}} {{- with . }} - host {{ .host }} + host {{ .url }} port {{ .port }} scheme {{ .scheme }} logstash_prefix {{ .logstash_prefix }} -- 2.16.6