windmill-labs / windmill-helm-charts

50 stars 34 forks source link

feat: add securityContext #52

Closed momentmaker closed 10 months ago

momentmaker commented 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.

rubenfiszel commented 10 months ago

Thanks!