typo
[pipelinelib] / resources / podtemplates / kaniko.yaml
index f6382b95bdc986454988882734949c18b0184fae..ec7137f53ff74f6acfb9a96c505df3fb8148cdac 100644 (file)
@@ -15,10 +15,11 @@ spec:
           ephemeral-storage: "5Gi"
       volumeMounts:
         - name: docker-config
-          mountPath: /kaniko/.docker/config.jaon
+          mountPath: /kaniko/.docker/config.json
           subPath: config.json
   volumes:
     - name: docker-config
-      configMap:
-        name: docker-config
+      secret:
+        secretName: docker-config
+