Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Mick, Johanna
lab-stream
Commits
9c64ec19
Commit
9c64ec19
authored
Mar 03, 2021
by
Nane Kratzke
Browse files
Added image pull secrets
parent
fa9a5bc6
Changes
2
Hide whitespace changes
Inline
Side-by-side
deploy/queueing-consumer-dep.yaml
View file @
9c64ec19
...
@@ -12,6 +12,8 @@ spec:
...
@@ -12,6 +12,8 @@ spec:
labels
:
labels
:
app
:
queueing-consumer
app
:
queueing-consumer
spec
:
spec
:
imagePullSecrets
:
-
name
:
gitlab-registry-credentials
containers
:
containers
:
-
name
:
queueing-consumer
-
name
:
queueing-consumer
image
:
{{
CI_REGISTRY_IMAGE
}}
:latest
image
:
{{
CI_REGISTRY_IMAGE
}}
:latest
...
...
deploy/queueing-producer-dep.yaml
View file @
9c64ec19
...
@@ -12,6 +12,8 @@ spec:
...
@@ -12,6 +12,8 @@ spec:
labels
:
labels
:
app
:
queueing-producer
app
:
queueing-producer
spec
:
spec
:
imagePullSecrets
:
-
name
:
gitlab-registry-credentials
containers
:
containers
:
-
name
:
queueing-producer
-
name
:
queueing-producer
image
:
{{
CI_REGISTRY_IMAGE
}}
:latest
image
:
{{
CI_REGISTRY_IMAGE
}}
:latest
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment