Problema de platillas locales

Instale AWX 24.6.1 con awx-oparator 2.19.1
kubectl get pods -n awx
NAME READY STATUS RESTARTS AGE
awx-migration-24.6.1-2s9qv 0/1 Completed 0 69m
awx-operator-controller-manager-666ddcf9c5-c5b8h 2/2 Running 2 (35m ago) 74m
awx-postgres-15-0 1/1 Running 1 (35m ago) 72m
awx-task-6cfbc66dfd-88s6g 4/4 Running 4 (35m ago) 71m
awx-web-7c6b47c9fb-f2qwv 3/3 Running 3 (35m ago) 71m

pero cuando creo un proyecto en awx-web me lo reconoce pero al ejecutar la plantilla me sale

File “/var/lib/awx/venv/awx/lib64/python3.11/site-packages/awx/main/tasks/jobs.py”, line 1371, in make_local_copy
shutil.copytree(project_path, destination_folder, ignore=shutil.ignore_patterns(‘.git’), symlinks=True)
File “/usr/lib64/python3.11/shutil.py”, line 571, in copytree
with os.scandir(src) as itr:
^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: ‘/var/lib/awx/projects/DemoJR’

y al crearlo en el taks awx-task-6cfbc66dfd-88s6g si me lo reconocio

y cuando apagao o reinicio el servidor la carpeta /var/lib/awx/projects ya no existe en awx-web-7c6b47c9fb-f2qwv

por que susce esto?