Merge pull request #169 from mingqing/fix-influxdb-mountPath
mountPath: /etc/,会导致/etc/目录下文件被清pull/170/head
commit
94070394a8
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue