Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OKD
daiquiri-test-instance
Commits
852cf610
Commit
852cf610
authored
Oct 27, 2020
by
Yori Fournier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added runAsUser for pgapp and pgdata
parent
f7f3ef89
Pipeline
#1949
passed with stages
in 33 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
manifest.yaml
manifest.yaml
+4
-0
No files found.
manifest.yaml
View file @
852cf610
...
...
@@ -47,6 +47,8 @@ spec:
labels
:
app
:
pgapp
spec
:
securityContext
:
runAsUser
:
1000
containers
:
-
name
:
pgapp
image
:
docker-registry.default.svc:5000/daiquiri-test-instance-498/image-pgapp:latest
...
...
@@ -69,6 +71,8 @@ spec:
labels
:
app
:
pgdata
spec
:
securityContext
:
runAsUser
:
1000
containers
:
-
name
:
pgdata
image
:
docker-registry.default.svc:5000/daiquiri-test-instance-498/image-pgdata: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