Skip to content

Commit

Permalink
Merge pull request #2911 from zelros/feat/grafana_empty_dir
Browse files Browse the repository at this point in the history
[grafana] Allow to customize empty dir volume
  • Loading branch information
zanhsieh authored Jan 19, 2024
2 parents 8c88b81 + e293eab commit 316f4a2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/grafana/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: grafana
version: 7.2.2
version: 7.2.3
appVersion: 10.2.3
kubeVersion: "^1.8.0-0"
description: The leading tool for querying and visualizing time series and metrics.
Expand Down
3 changes: 3 additions & 0 deletions charts/grafana/templates/_pod.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -1273,6 +1273,9 @@ volumes:
{{- else if .configMap }}
configMap:
{{- toYaml .configMap | nindent 6 }}
{{- else if .emptyDir }}
emptyDir:
{{- toYaml .emptyDir | nindent 6 }}
{{- else }}
emptyDir: {}
{{- end }}
Expand Down

0 comments on commit 316f4a2

Please sign in to comment.