fix(grafana): pre-create tmp dir (#3831)
* fix(grafana): pre-create tmp dir * bump * whoops * eh
This commit is contained in:
@@ -24,7 +24,7 @@ sources:
|
||||
- https://github.com/bitnami/bitnami-docker-grafana
|
||||
- https://grafana.com/
|
||||
type: application
|
||||
version: 4.0.61
|
||||
version: 4.0.62
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- metrics
|
||||
|
||||
@@ -43,6 +43,10 @@ persistence:
|
||||
config:
|
||||
enabled: true
|
||||
mountPath: "/opt/bitnami/grafana/data"
|
||||
grafana-tmp:
|
||||
enabled: true
|
||||
type: emptyDir
|
||||
mountPath: /opt/bitnami/grafana/tmp
|
||||
|
||||
metrics:
|
||||
# -- Enable and configure a Prometheus serviceMonitor for the chart under this key.
|
||||
|
||||
Reference in New Issue
Block a user