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
This commit is contained in:
parent
50c3a5aac8
commit
f5c4885e67
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue