diff --git a/Jenkinsfile b/Jenkinsfile index 7cce992..5c26667 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -7,7 +7,14 @@ spec: imagePullPolicy: Always command: - /busybox/cat + volumeMounts: + - name: certs + mountPath: /kaniko/ssl/certs tty: true + volumes: + - name: certs + configMap: + name: docker-cert """ ) {