diff --git a/Jenkinsfile b/Jenkinsfile index 577e058..4d16573 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -36,7 +36,7 @@ spec: - mountPath: "/var/run/docker.sock" name: "volume-docker" readOnly: false - - mountPath: "/.kube/config" + - mountPath: "/root/.kube/config" subPath: config name: "kubeconfig" readOnly: false