git://wamblee.org
/
pipelinelib
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
774c960
)
using secret instead of configmap
author
Erik Brakkee
<erik@brakkee.org>
Sat, 1 Oct 2022 19:12:21 +0000
(21:12 +0200)
committer
Erik Brakkee
<erik@brakkee.org>
Sat, 1 Oct 2022 19:12:21 +0000
(21:12 +0200)
resources/podtemplates/kaniko.yaml
patch
|
blob
|
history
diff --git
a/resources/podtemplates/kaniko.yaml
b/resources/podtemplates/kaniko.yaml
index f6382b95bdc986454988882734949c18b0184fae..e58068d401168452d0fe68bc07b41e69e4418da2 100644
(file)
--- a/
resources/podtemplates/kaniko.yaml
+++ b/
resources/podtemplates/kaniko.yaml
@@
-19,6
+19,7
@@
spec:
subPath: config.json
volumes:
- name: docker-config
- configMap:
- name: docker-config
+ secret:
+ secretName: docker-config
+