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