Skip to content

Commit

Permalink
Correct the quay_storage volume name
Browse files Browse the repository at this point in the history
The "quay_storage" volume name in the uninstall task should be "quay-storage" for deleting the volume directory during uninstalling. Because the quay volume creates as "quay-storage" by default when installing. The volume name should be matched.
  • Loading branch information
bysnupy committed Jun 26, 2024
1 parent 26d82ce commit ec700ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
containers.podman.podman_volume:
state: absent
name: quay-storage
when: auto_approve|bool == true and quay_storage == "pg-storage"
when: auto_approve|bool == true and quay_storage == "quay-storage"

- name: Delete Postgres Storage named volume
containers.podman.podman_volume:
Expand Down

0 comments on commit ec700ea

Please sign in to comment.