Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
daiquiri-test-instance
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Package Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
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
Hide 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