Closed momentmaker closed 10 months ago
Currently securityContext just has runAsUser: 0 which just runs the container as the root user. This PR as the ability to configure for non-root user.
securityContext
runAsUser: 0
Thanks!
Currently
securityContext
just hasrunAsUser: 0
which just runs the container as the root user. This PR as the ability to configure for non-root user.