Skip to content

Commit

Permalink
loki-canary: fix indent of DaemonSet manifest written in .md file (#1648
Browse files Browse the repository at this point in the history
)
  • Loading branch information
ShotaKitazawa authored Feb 10, 2020
1 parent f25e42b commit d9e3def
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/operations/loki-canary.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,14 +155,14 @@ spec:
name: loki-canary
labels:
app: loki-canary
spec:
containers:
- args:
- -addr=loki:3100
image: grafana/loki-canary:latest
imagePullPolicy: IfNotPresent
name: loki-canary
resources: {}
spec:
containers:
- args:
- -addr=loki:3100
image: grafana/loki-canary:latest
imagePullPolicy: IfNotPresent
name: loki-canary
resources: {}
---
apiVersion: v1
kind: Service
Expand Down

0 comments on commit d9e3def

Please sign in to comment.