fix(grafana): disable init-chown-data for Pod Security / k3s
Made-with: Cursor
This commit is contained in:
@@ -109,6 +109,9 @@ grafanaOnelabIngress:
|
||||
grafana:
|
||||
adminUser: admin
|
||||
adminPassword: changeme
|
||||
# Root+CHOWN init breaks under Pod Security / restricted policies (k3s). fsGroup:472 on the pod is enough for most PVCs.
|
||||
initChownData:
|
||||
enabled: false
|
||||
# Load dashboards from ConfigMaps labeled grafana_dashboard (see templates/configmap-dashboard-onelab-logs.yaml).
|
||||
sidecar:
|
||||
dashboards:
|
||||
|
||||
Reference in New Issue
Block a user