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