Skip to content

Commit 138fb11

Browse files
committed
feat(charts): add optional persistence storage to influxdb and grafana
Allow user influxdb to write to /data
1 parent bfdf091 commit 138fb11

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

charts/monitor/charts/influxdb/templates/monitor-influxdb-deployment.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ spec:
5858
volumeMounts:
5959
- name: influxdb-data
6060
mountPath: /data
61+
# Allow user influxdb to write to /data
62+
securityContext:
63+
fsGroup: 1001
6164
volumes:
6265
- name: influxdb-data
6366
persistentVolumeClaim:

0 commit comments

Comments
 (0)