Skip to content

Commit

Permalink
feat(charts): add optional persistence storage to influxdb and grafana
Browse files Browse the repository at this point in the history
 Allow user influxdb to write to /data
  • Loading branch information
rimusz committed Jan 13, 2017
1 parent bfdf091 commit 138fb11
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ spec:
volumeMounts:
- name: influxdb-data
mountPath: /data
# Allow user influxdb to write to /data
securityContext:
fsGroup: 1001
volumes:
- name: influxdb-data
persistentVolumeClaim:
Expand Down

0 comments on commit 138fb11

Please sign in to comment.