Update tanka.md so that promtail.yml is in the correct format (#1671)

pull/1673/head
Sho Okada 5 years ago committed by GitHub
parent 72902af473
commit 4b44e50dfe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 10
      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',
}],
},

Loading…
Cancel
Save