update influxdb-deployment.yaml

21行 - mountPath: /etc/config.toml 更改为- mountPath: /etc/ 否则会报错config.toml不是目录的错,挂载失败
pull/385/head
binbinhou 2019-12-30 15:24:59 +08:00 committed by GitHub
parent 89949daa33
commit c9c6568bd3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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