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:
|
||||
- mountPath: /data
|
||||
name: influxdb-storage
|
||||
- mountPath: /etc/config.toml
|
||||
- mountPath: /etc/
|
||||
name: influxdb-config
|
||||
volumes:
|
||||
- name: influxdb-storage
|
||||
|
|
Loading…
Reference in New Issue