help wantedtype:enhancement
Repository metrics
- Stars
- (1,488 stars)
- PR merge metrics
- (PR metrics pending)
Description
Please forgive me if that's a dumb question (new to Kubernetes), but...
I want to add an additional volume to my awx-task container. This simply can be done by configuring the operator and the volume gets mounted. But... with the default permissions (root:root).
So I think it would be fine to have an initContainer that sets proper permissions on the additional volumes. Or am I completely wrong?