Skip to content

Commit

Permalink
fix: mount loki-rules again
Browse files Browse the repository at this point in the history
  • Loading branch information
henrywhitaker3 committed Mar 5, 2024
1 parent a731fe9 commit 2d9bccc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions argo/cluster/monitoring/loki/chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,14 @@ loki:
emptyDir: {}
- name: rules
emptyDir: {}
- name: riles-cm
configMap:
name: loki-rules
extraVolumeMounts:
- name: rules
mountPath: /rules
- name: rules-cm
mountPath: /rules/fake
- name: scratch
mountPath: /tmp/scratch

Expand Down

0 comments on commit 2d9bccc

Please sign in to comment.