File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -247,13 +247,15 @@ images:
247247 preferMinikube : true
248248 database :
249249 name : devspace-user/devspace
250- tag : 62i5e2p
251250 registry : internal
252251 build :
253252 kaniko :
254253 # Use kaniko within the target cluster to build the image
255254 # instead of local or minikube docker
256255 cache : true
256+ privateRegistryImage :
257+ name : user/test
258+ registry : privateRegistry
257259# The registries the images should be pushed to
258260registries :
259261 # Internal registry that will be automatically deployed to the target
@@ -263,6 +265,12 @@ registries:
263265 auth :
264266 username : user-XXXXX
265267 password : XXXXXXXXXX
268+ # Private registry used by image privateRegistryImage
269+ privateRegistry :
270+ url : myPrivateRegistry.com:8080
271+ auth :
272+ username : user-XXXXX
273+ password : XXXXXXXXXX # Can also be a token
266274# Optional: The deployed internal registry within the cluster
267275internalRegistry :
268276 deploy : true
You can’t perform that action at this time.
0 commit comments