Skip to content

Commit

Permalink
Merge pull request openstack-k8s-operators#275 from openstack-k8s-ope…
Browse files Browse the repository at this point in the history
…rators/fix_olm_cleanup

Fix olm_cleanup
  • Loading branch information
dprince authored Jan 7, 2022
2 parents 3b20d6e + 5fc847a commit 969ee68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/olm_cleanup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

- name: Lookup currentCSV for osp-director-operator
shell: >
oc get -o json packagemanifest osp-director-operator | jq -re .status.channels[0].currentCSV
oc get -n {{ namespace }} -o json packagemanifest osp-director-operator | jq -re .status.channels[0].currentCSV
register: _current_csv
environment:
<<: *oc_env
Expand Down

0 comments on commit 969ee68

Please sign in to comment.