From 4b44e50dfe13a55790649139a046e993c99d45bb Mon Sep 17 00:00:00 2001 From: Sho Okada Date: Tue, 11 Feb 2020 22:40:43 +0900 Subject: [PATCH] Update tanka.md so that promtail.yml is in the correct format (#1671) --- docs/installation/tanka.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/installation/tanka.md b/docs/installation/tanka.md index 8e02479071..79b1be4e57 100644 --- a/docs/installation/tanka.md +++ b/docs/installation/tanka.md @@ -61,11 +61,11 @@ loki + promtail + gateway { promtail_config+: { clients: [{ - scheme: 'http', - hostname: 'gateway.%(namespace)s.svc' % $._config, - username: 'loki', - password: 'password', - container_root_path: '/var/lib/docker', + scheme:: 'http', + hostname:: 'gateway.%(namespace)s.svc' % $._config, + username:: 'loki', + password:: 'password', + container_root_path:: '/var/lib/docker', }], },