From c0f0df1573b155c91ec45a3d7416459aa4ad6654 Mon Sep 17 00:00:00 2001 From: newrain001 Date: Thu, 21 Dec 2023 13:02:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'cloud/Jenkinsfile'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cloud/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloud/Jenkinsfile b/cloud/Jenkinsfile index 64ae58a..e3620d5 100644 --- a/cloud/Jenkinsfile +++ b/cloud/Jenkinsfile @@ -57,7 +57,7 @@ pipeline { - mountPath: "/var/run/docker.sock" name: "volume-docker" readOnly: false - - mountPath: "/root/.kube" + - mountPath: "/root/.kube/config" subPath: config name: "kubeconfig" readOnly: false