Skip to content

Commit 550128c

Browse files
committed
Add private registry example in config
1 parent dc74cd7 commit 550128c

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

docs/docs/configuration/config.yaml.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff 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
258260
registries:
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
267275
internalRegistry:
268276
deploy: true

0 commit comments

Comments
 (0)