Secrets are hard
All checks were successful
Homelab/ansible-playbook-runner/pipeline/head This commit looks good

This commit is contained in:
Jim Nicholson 2022-02-21 00:41:01 -08:00
parent 3e5f4c7565
commit c6ae2f5532

2
Jenkinsfile vendored
View File

@ -11,7 +11,7 @@ podTemplate(label: podLabel, containers: [
command: 'sleep',
args: '30d'
)
], volumes: [secretVolume(secretName: 'cr-regcred', mountPath: '/kaniko/.docker/config.json')],
], volumes: [secretVolume(secretName: 'cr-regcred', mountPath: '/kaniko/.docker')],
workspaceVolume: dynamicPVC()) {
node(podLabel) {
stage('Checkout') {