From 9e3269c32dea10febe3871215943fbdb120466bb Mon Sep 17 00:00:00 2001 From: newrain001 Date: Wed, 20 Dec 2023 19:13:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'Jenkinsfile'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Jenkinsfile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 66f362c..fa04925 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -40,10 +40,6 @@ spec: image: bitnami/kubectl:1.22.0 imagePullPolicy: IfNotPresent tty: true - command: - - tail - - -f - - /dev/null volumeMounts: - mountPath: "/etc/localtime" name: "volume-2" @@ -51,7 +47,7 @@ spec: - mountPath: "/var/run/docker.sock" name: "volume-docker" readOnly: false - - mountPath: "/root/.kube/config" + - mountPath: "/.kube/config" subPath: config name: "kubeconfig" readOnly: false