From c9c6568bd361840f33d68ef26539c6755934aab9 Mon Sep 17 00:00:00 2001 From: binbinhou <49510078+binbinhou@users.noreply.github.com> Date: Mon, 30 Dec 2019 15:24:59 +0800 Subject: [PATCH] update influxdb-deployment.yaml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 21行 - mountPath: /etc/config.toml 更改为- mountPath: /etc/ 否则会报错config.toml不是目录的错,挂载失败 --- manifests/heapster/influxdb-deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/heapster/influxdb-deployment.yaml b/manifests/heapster/influxdb-deployment.yaml index 1146bdfe1..44a5fc584 100644 --- a/manifests/heapster/influxdb-deployment.yaml +++ b/manifests/heapster/influxdb-deployment.yaml @@ -18,7 +18,7 @@ spec: volumeMounts: - mountPath: /data name: influxdb-storage - - mountPath: /etc/config.toml + - mountPath: /etc/ name: influxdb-config volumes: - name: influxdb-storage