Permission of /var/lib/awx/projects on PV

solved:

i just add to awx.yaml :

security_context_settings:
    fsGroup: 0
    fsGroupChangePolicy: OnRootMismatch
    runAsGroup: 0
    runAsUser: 0

now, PV is accessible from awx gui