1Password / connect-helm-charts

Official 1Password Helm Charts
https://developer.1password.com
MIT License
93 stars 74 forks source link

Remove initContainer to set-up permissions #80

Closed jpcoenen closed 2 years ago

jpcoenen commented 2 years ago

This no longer seems to be necessary with runAsUser and runAsGroup. Files in the .op directory get owned by user 999 anyway.

This is one of the ways to get rid of containers running as root, as request in github.com/1Password/connect#22.