Skip to content

Commit 5d0abed

Browse files
merllsvcAPLBot
andauthored
fix: quote string to avoid conversion in Loki config (#2654)
Co-authored-by: svcAPLBot <174728082+svcAPLBot@users.noreply.github.com>
1 parent 03139bf commit 5d0abed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

values/loki/loki.gotmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ loki:
3232
auth_enabled: true
3333
schemaConfig:
3434
configs:
35-
- from: 2020-09-07
35+
- from: "2020-09-07"
3636
store: boltdb-shipper
3737
{{- if $useObjectStorage }}
3838
object_store: s3

0 commit comments

Comments
 (0)