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