In a typical secure kubernetes environment, it's required to run as non root.
For the moment, the current implementation seems to rely on the fact that running as root is mandatory.
|
# -- Enforce running the container as non-root. Leave `false` until the image is able to be run in rootless mode. |
Please fix the application behaviour so that the user app is not root.
thank you.
In a typical secure kubernetes environment, it's required to run as non root.
For the moment, the current implementation seems to rely on the fact that running as root is mandatory.
platform/charts/plumber/values.yaml
Line 57 in 2f30220
Please fix the application behaviour so that the user app is not root.
thank you.