Skip to content

Commit

Permalink
Fix influxdb mountpath in helm chart
Browse files Browse the repository at this point in the history
  • Loading branch information
dimrozakis committed Jul 19, 2018
1 parent 3e99cbc commit 4b8a317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chart/templates/influxdb-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
memory: 200Mi
cpu: 1000m
volumeMounts:
- mountPath: /data/db
- mountPath: /var/lib/influxdb
name: influxdb
volumes:
- name: influxdb
Expand Down

0 comments on commit 4b8a317

Please sign in to comment.