update influxdb-deployment.yaml
21行 - mountPath: /etc/config.toml 更改为- mountPath: /etc/ 否则会报错config.toml不是目录的错,挂载失败pull/385/head
parent
89949daa33
commit
c9c6568bd3
|
@ -18,7 +18,7 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /data
|
- mountPath: /data
|
||||||
name: influxdb-storage
|
name: influxdb-storage
|
||||||
- mountPath: /etc/config.toml
|
- mountPath: /etc/
|
||||||
name: influxdb-config
|
name: influxdb-config
|
||||||
volumes:
|
volumes:
|
||||||
- name: influxdb-storage
|
- name: influxdb-storage
|
||||||
|
|
Loading…
Reference in New Issue