UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 7c08879a authored by Micah Nagel's avatar Micah Nagel :moneybag:
Browse files

Fix values for Minio security context

parent 877b6db9
No related branches found
No related tags found
1 merge request!2727Fix values for Minio security context
Pipeline #1725813 failed
......@@ -415,7 +415,10 @@ addons:
runAsGroup: 1001
fsGroup: 1001
runAsNonRoot: true
containerSecurityContext:
runAsUser: 1000
runAsGroup: 1000
runAsNonRoot: true
mattermost:
values:
......@@ -428,7 +431,7 @@ addons:
memory: 256Mi
limits: null
minio:
tenants:
tenant:
pools:
- servers: 1
volumesPerServer: 4
......@@ -442,6 +445,11 @@ addons:
runAsUser: 1001
runAsGroup: 1001
fsGroup: 1001
runAsNonRoot: true
containerSecurityContext:
runAsUser: 1000
runAsGroup: 1000
runAsNonRoot: true
nexusRepositoryManager:
values:
......
......@@ -1247,6 +1247,10 @@ addons:
runAsGroup: 1001
fsGroup: 1001
runAsNonRoot: true
containerSecurityContext:
runAsUser: 1000
runAsGroup: 1000
runAsNonRoot: true
bbtests:
# There have been intermittent failures of the tests in the past. The issue is tracked in the below issue.
# https://repo1.dso.mil/platform-one/big-bang/apps/application-utilities/minio/-/issues/7
......@@ -1298,6 +1302,11 @@ addons:
runAsUser: 1001
runAsGroup: 1001
fsGroup: 1001
runAsNonRoot: true
containerSecurityContext:
runAsUser: 1000
runAsGroup: 1000
runAsNonRoot: true
bbtests:
enabled: true
cypress:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment