From f5c4885e674ffb634ee8291872668c2247c2f3bf Mon Sep 17 00:00:00 2001 From: Thomas Draebing Date: Wed, 19 Aug 2020 13:26:16 +0200 Subject: [PATCH] Remove basic auth between promtail chart and loki The promtail chart is anyway configured to use the Loki service for pushing logs. The service itself is not password protected and this was thus not required. Change-Id: I886b76ca7e5d6e8af370a2cd0f527892008c7600 --- charts/promtail/promtail.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/promtail/promtail.yaml b/charts/promtail/promtail.yaml index 8021291..b3adf2b 100644 --- a/charts/promtail/promtail.yaml +++ b/charts/promtail/promtail.yaml @@ -28,8 +28,8 @@ loki: serviceName: #@ "loki-{}".format(data.values.namespace) servicePort: 3100 serviceScheme: http - user: #@ data.values.logging.loki.username - password: #@ data.values.logging.loki.password + user: + password: nameOverride: #@ "promtail-{}".format(data.values.namespace, data.values.namespace)