X-Git-Url: http://wamblee.org/gitweb/?a=blobdiff_plain;f=resources%2Fpodtemplates%2Fkaniko.yaml;h=ec7137f53ff74f6acfb9a96c505df3fb8148cdac;hb=d13058bd1d5d730363bdcbd7af61b752ecd8818b;hp=96b8a99d1753f5164bca01a35beee72f4f8bbaae;hpb=74604a8509961af8543622c9b6c03b1a2a9edff9;p=pipelinelib diff --git a/resources/podtemplates/kaniko.yaml b/resources/podtemplates/kaniko.yaml index 96b8a99..ec7137f 100644 --- a/resources/podtemplates/kaniko.yaml +++ b/resources/podtemplates/kaniko.yaml @@ -13,4 +13,13 @@ spec: memory: "2048M" cpu: "1000m" ephemeral-storage: "5Gi" + volumeMounts: + - name: docker-config + mountPath: /kaniko/.docker/config.json + subPath: config.json + volumes: + - name: docker-config + secret: + secretName: docker-config +