From c6ae2f5532675e9485970fb1034acd56c50ad41e Mon Sep 17 00:00:00 2001 From: Jim Nicholson Date: Mon, 21 Feb 2022 00:41:01 -0800 Subject: [PATCH] Secrets are hard --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index c416eda..cafc8da 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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') {