Skip to content

Commit

Permalink
[helm] Fix read-only /tmp in 3 targets mode (grafana#8477)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tazmaniac authored Feb 9, 2023
1 parent 56415c6 commit 6d8427f
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ spec:
mountPath: /etc/loki/config
- name: runtime-config
mountPath: /etc/loki/runtime-config
- name: tmp
mountPath: /tmp
- name: data
mountPath: /var/loki
{{- if .Values.enterprise.enabled }}
Expand All @@ -129,6 +131,8 @@ spec:
{{- toYaml . | nindent 8 }}
{{- end }}
volumes:
- name: tmp
emptyDir: {}
- name: config
{{- if .Values.loki.existingSecretForConfig }}
secret:
Expand Down

0 comments on commit 6d8427f

Please sign in to comment.