Skip to content

Commit

Permalink
Update tanka.md so that promtail.yml is in the correct format (#1671)
Browse files Browse the repository at this point in the history
  • Loading branch information
shokada authored Feb 11, 2020
1 parent 72902af commit 4b44e50
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/installation/tanka.md
Original file line number Diff line number Diff line change
Expand Up @@ -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',
}],
},
Expand Down

0 comments on commit 4b44e50

Please sign in to comment.