We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3e7f48 commit 9cb597eCopy full SHA for 9cb597e
operator/internal/manifests/var.go
@@ -51,7 +51,8 @@ const (
51
52
walDirectory = "/var/lib/loki/wal"
53
dataDirectory = "/var/lib/loki"
54
- // rulesStorageDirectory is the persistent storage path for rules, aligned with production Helm configs.
+ // rulesStorageDirectory is the persistent storage path for rules.
55
+ // It aligns with the default used by the official Helm chart.
56
rulesStorageDirectory = "/var/lib/loki/rules"
57
58
rulerContainerName = "loki-ruler"
0 commit comments