From 0ffb0a7acd1bb69f6d46018f6ed320e7b05756c5 Mon Sep 17 00:00:00 2001 From: kurokobo <2920259+kurokobo@users.noreply.github.com> Date: Fri, 7 Apr 2023 01:40:17 +0900 Subject: [PATCH] fix: invalid volume name for awx-task pod --- base/awx.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/base/awx.yaml b/base/awx.yaml index 32f908c..4bf66fa 100644 --- a/base/awx.yaml +++ b/base/awx.yaml @@ -42,10 +42,10 @@ spec: # A workaround to allow Manual type projects. This have to be removed in the next release # https://github.com/ansible/awx-operator/issues/1323 extra_volumes: | - - name: awx-projects + - name: awx-projects-web persistentVolumeClaim: claimName: awx-projects-claim web_extra_volume_mounts: | - - name: awx-projects + - name: awx-projects-web mountPath: /var/lib/awx/projects