diff --git a/Jenkinsfile b/Jenkinsfile index bccdcf4..24614f1 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -29,21 +29,6 @@ spec: - mountPath: "/etc/localtime" name: "volume-2" readOnly: false - - name: kubectl - image: bitnami/kubectl:1.22.0 - imagePullPolicy: IfNotPresent - tty: true - volumeMounts: - - mountPath: "/etc/localtime" - name: "volume-2" - readOnly: false - - mountPath: "/var/run/docker.sock" - name: "volume-docker" - readOnly: false - - mountPath: "/.kube/config" - subPath: config - name: "kubeconfig" - readOnly: false volumes: - name: volume-maven-repo emptyDir: {}