If you configure the Security Contexts at the pod and container level, settings on the container level will override those at the pod level.
Examples:
spec.securityContext:
securityContext:
runAsUser: 1000
securityContext:
runAsUser: 1000
capabilities:
add: {"MAC_ADMIN"}