Browse Source

Added certs to Kaniko

master
Daniel Gyulai 4 years ago
parent
commit
ff1da3f42b
  1. 7
      Jenkinsfile

7
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
"""
) {

Loading…
Cancel
Save