Skip to content

Commit

Permalink
Merge "clean-installations: fix pvc filtering"
Browse files Browse the repository at this point in the history
  • Loading branch information
Microzuul CI authored and Gerrit Code Review committed Dec 19, 2023
2 parents 3288f7e + bc7cf24 commit fe6afa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/clean-installations/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
- sf_delete_instance

- name: Release PVCs created by the Software Factory operator in the sf namespace
ansible.builtin.command: kubectl -n sf delete pvc -l app=sf -l run!=gerrit
ansible.builtin.command: kubectl -n sf delete pvc -l 'app in (sf),run notin (gerrit)'
ignore_errors: true
tags:
- skip_ansible_lint
Expand Down

0 comments on commit fe6afa2

Please sign in to comment.