Merge "Adding missing readOnlyRootFilesystem flag for container security context"
This commit is contained in:
commit
2e0588929b
@ -60,9 +60,6 @@ spec:
|
||||
{{ tuple $envAll "horizon" | include "helm-toolkit.snippets.image" | indent 10 }}
|
||||
{{ tuple $envAll $envAll.Values.pod.resources.server | include "helm-toolkit.snippets.kubernetes_resources" | indent 10 }}
|
||||
{{ dict "envAll" $envAll "application" "horizon" "container" "horizon" | include "helm-toolkit.snippets.kubernetes_container_security_context" | indent 10 }}
|
||||
securityContext:
|
||||
runAsUser: 0
|
||||
allowPrivilegeEscalation: false
|
||||
command:
|
||||
- /tmp/horizon.sh
|
||||
- start
|
||||
|
@ -2028,8 +2028,9 @@ pod:
|
||||
runAsUser: 42424
|
||||
container:
|
||||
horizon:
|
||||
readOnlyRootFilesystem: true
|
||||
readOnlyRootFilesystem: false
|
||||
allowPrivilegeEscalation: false
|
||||
runAsUser: 0
|
||||
affinity:
|
||||
anti:
|
||||
type:
|
||||
|
Loading…
x
Reference in New Issue
Block a user