mountPath: /etc/,会导致/etc/目录下文件被清

pull/169/head
mingqing 2018-04-10 18:18:08 +08:00
parent 9fa37e021a
commit b138b1b3db
1 changed files with 1 additions and 1 deletions

View File

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