Merge pull request #169 from mingqing/fix-influxdb-mountPath

mountPath: /etc/,会导致/etc/目录下文件被清
pull/170/head
Jimmy Song 2018-04-10 21:37:42 +08:00 committed by GitHub
commit 94070394a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ spec:
volumeMounts: volumeMounts:
- mountPath: /data - mountPath: /data
name: influxdb-storage name: influxdb-storage
- mountPath: /etc/ - mountPath: /etc/influxdb/influxdb.conf
name: influxdb-config name: influxdb-config
volumes: volumes:
- name: influxdb-storage - name: influxdb-storage