diff --git a/argo/cluster/monitoring/loki/chart/values.yaml b/argo/cluster/monitoring/loki/chart/values.yaml index ab814a8d5..683d3df25 100644 --- a/argo/cluster/monitoring/loki/chart/values.yaml +++ b/argo/cluster/monitoring/loki/chart/values.yaml @@ -26,14 +26,18 @@ loki: storageClass: longhorn size: 5Gi extraVolumes: - - name: rules + - name: rules-cm configMap: name: loki-rules - name: scratch emptyDir: {} - extraVolumeMounts: - name: rules + emptyDir: {} + extraVolumeMounts: + - name: rules-cm mountPath: /rules/fake + - name: rules + mountPath: /rules - name: scratch mountPath: /tmp/scratch