ansible/awx-operator

Support custom Security Contexts

Open

#122 opened on Mar 11, 2021

View on GitHub
 (2 comments) (1 reaction) (0 assignees)Jinja (712 forks)auto 404
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?

Contributor guide