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://github.com/bitnami/bitnami-docker-grafana
|
||||||
- https://grafana.com/
|
- https://grafana.com/
|
||||||
type: application
|
type: application
|
||||||
version: 4.0.61
|
version: 4.0.62
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- metrics
|
- metrics
|
||||||
|
|||||||
@@ -43,6 +43,10 @@ persistence:
|
|||||||
config:
|
config:
|
||||||
enabled: true
|
enabled: true
|
||||||
mountPath: "/opt/bitnami/grafana/data"
|
mountPath: "/opt/bitnami/grafana/data"
|
||||||
|
grafana-tmp:
|
||||||
|
enabled: true
|
||||||
|
type: emptyDir
|
||||||
|
mountPath: /opt/bitnami/grafana/tmp
|
||||||
|
|
||||||
metrics:
|
metrics:
|
||||||
# -- Enable and configure a Prometheus serviceMonitor for the chart under this key.
|
# -- Enable and configure a Prometheus serviceMonitor for the chart under this key.
|
||||||
|
|||||||
Reference in New Issue
Block a user