mirror of
https://github.com/truenas/charts.git
synced 2026-04-13 13:59:51 +08:00
* adapt ci values * bump common and version * update readme * update values * update template * update questions * add migration * skip when acl are enabled * typo * adapt for helm 3.9.4 * one more
15 lines
246 B
YAML
15 lines
246 B
YAML
grafanaStorage:
|
|
data:
|
|
type: pvc
|
|
additionalStorages:
|
|
- type: pvc
|
|
mountPath: /logs
|
|
|
|
grafanaConfig:
|
|
plugins:
|
|
- grafana-piechart-panel
|
|
- grafana-clock-panel 1.0.0
|
|
additionalEnvs:
|
|
- name: GF_PATHS_LOGS
|
|
value: /logs
|