UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 23bff2a5 authored by Ryan Garcia's avatar Ryan Garcia :dizzy:
Browse files

Merge branch 'flux-it' into 'master'

Flux Security Context Options

Closes #463

See merge request platform-one/big-bang/bigbang!825
parents 5129b879 e482d7b7
No related branches found
No related tags found
1 merge request!825Flux Security Context Options
Pipeline #455629 passed
......@@ -37,12 +37,15 @@ patches:
terminationGracePeriodSeconds: 60
# Required by Pod Security Policy
securityContext:
runAsUser: 10000
fsGroup: 1337
runAsUser: 1000
fsGroup: 1000
containers:
- name: manager
# Required by Pod Security Policy
securityContext:
runAsUser: 1000
runAsGroup: 1000
privileged: false
readOnlyRootFilesystem: true
allowPrivilegeEscalation: false
runAsNonRoot: true
......@@ -128,4 +131,4 @@ patches:
memory: 150Mi
requests:
cpu: 100m
memory: 150Mi
\ No newline at end of file
memory: 150Mi
......@@ -9,7 +9,7 @@ set -e
REGISTRY_URL=registry1.dso.mil
FLUX_KUSTOMIZATION=base/flux
FLUX_SECRET=private-registry
WAIT_TIMEOUT=120
WAIT_TIMEOUT=300
#
......
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