From 8d12f83b82e16c64025ddcd64968981c64b2213d Mon Sep 17 00:00:00 2001
From: Varac <varac@varac.net>
Date: Tue, 16 Nov 2021 15:05:31 +0100
Subject: [PATCH] Reference upstrea loki chart issue

---
 flux2/apps/monitoring/loki-values-configmap.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/flux2/apps/monitoring/loki-values-configmap.yaml b/flux2/apps/monitoring/loki-values-configmap.yaml
index d07424d5a..1e81dc69c 100644
--- a/flux2/apps/monitoring/loki-values-configmap.yaml
+++ b/flux2/apps/monitoring/loki-values-configmap.yaml
@@ -21,6 +21,8 @@ data:
       annotations: {}
     # Prevent RO filesystem on /tmp
     # https://open.greenhost.net/stackspin/stackspin/-/issues/1033
+    # Can get removed once https://github.com/grafana/helm-charts/issues/609
+    # is fixed also for the loki helm chart.
     extraVolumes:
       - name: tmp
         emptyDir: {}
-- 
GitLab