telekom-mms / cmcc-operator

Kubernetes Operator to bring up a CoreMedia Content Cloud installation
Apache License 2.0
9 stars 3 forks source link

Run operator as unprivileged user #61

Closed stefanbethke closed 1 year ago

stefanbethke commented 2 years ago

Describe the bug The operator is run as root. This is unnecessary, and triggers security warnings in some environments.

Expected behavior The operator is run as an unprivileged user, with the root file system read-only.