diff --git a/flux2/apps/monitoring/loki-values-configmap.yaml b/flux2/apps/monitoring/loki-values-configmap.yaml
index c8ba88c9ebb94a1ad659ca0b05bd0770d557c598..3aa384a119cb3c46d15738a99b7509f4e7ed2925 100644
--- a/flux2/apps/monitoring/loki-values-configmap.yaml
+++ b/flux2/apps/monitoring/loki-values-configmap.yaml
@@ -20,16 +20,6 @@ data:
         - ReadWriteOnce
       size: 10Gi
       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: {}
-    extraVolumeMounts:
-      - name: tmp
-        mountPath: /tmp
     config:
       ingester:
         chunk_idle_period: 30m