fix: invalid volume name for awx-task pod

This commit is contained in:
kurokobo 2023-04-07 01:40:17 +09:00
parent 283250bfbe
commit 0ffb0a7acd

View file

@ -42,10 +42,10 @@ spec:
# A workaround to allow Manual type projects. This have to be removed in the next release # A workaround to allow Manual type projects. This have to be removed in the next release
# https://github.com/ansible/awx-operator/issues/1323 # https://github.com/ansible/awx-operator/issues/1323
extra_volumes: | extra_volumes: |
- name: awx-projects - name: awx-projects-web
persistentVolumeClaim: persistentVolumeClaim:
claimName: awx-projects-claim claimName: awx-projects-claim
web_extra_volume_mounts: | web_extra_volume_mounts: |
- name: awx-projects - name: awx-projects-web
mountPath: /var/lib/awx/projects mountPath: /var/lib/awx/projects