mirror of
https://github.com/Expand-sys/awx-on-k3s
synced 2025-12-16 05:52:15 +11:00
Merge pull request #203 from kurokobo/fix-volume
fix: invalid volume name for awx-task pod
This commit is contained in:
commit
b8be803623
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue