UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit fe4a2e25 authored by Wesley Griffing's avatar Wesley Griffing
Browse files

#102 Add memcached podSecurityContext

parent 3cd65a78
No related branches found
No related tags found
No related merge requests found
Pipeline #3135816 failed
......@@ -2920,7 +2920,11 @@ memcached:
# -- Memcached Docker image pull policy
pullPolicy: IfNotPresent
# -- The SecurityContext override for memcached pods
podSecurityContext: {}
podSecurityContext:
fsGroup: 10001
runAsGroup: 10001
runAsNonRoot: true
runAsUser: 10001
# -- The name of the PriorityClass for memcached pods
priorityClassName: null
# -- The SecurityContext for memcached containers
......
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