Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cubicweb
cubes
intranet
Commits
c633d033ee5b
Commit
5019f6cf
authored
Apr 29, 2021
by
Arthur Lutz
Browse files
fix(deploy): use secrets to pull the docker image
parent
c0930557e6c0
Pipeline
#57404
passed with stages
in 5 minutes and 30 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
deploy/deployment.yaml
View file @
c633d033
...
...
@@ -43,6 +43,8 @@ spec:
labels
:
app
:
intranet
spec
:
imagePullSecrets
:
-
name
:
regcred-crm
volumes
:
-
name
:
static
emptyDir
:
{}
...
...
@@ -115,6 +117,8 @@ spec:
labels
:
app
:
intranet-scheduler
spec
:
imagePullSecrets
:
-
name
:
regcred-crm
containers
:
-
name
:
intranet
image
:
r.intra.logilab.fr/intranet/intranet
...
...
Write
Preview
Supports
Markdown
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