mirror of
https://github.com/truenas/charts.git
synced 2026-04-28 12:32:55 +08:00
grafana - migrate storage (adds acls) (#1866)
* 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
This commit is contained in:
@@ -1,10 +1,8 @@
|
||||
grafanaStorage:
|
||||
data:
|
||||
type: hostPath
|
||||
hostPath: /mnt/{{ .Release.Name }}/data
|
||||
type: pvc
|
||||
additionalStorages:
|
||||
- type: hostPath
|
||||
hostPath: /mnt/{{ .Release.Namespace }}/logs
|
||||
- type: pvc
|
||||
mountPath: /logs
|
||||
|
||||
grafanaNetwork:
|
||||
|
||||
Reference in New Issue
Block a user