Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavan-Sadhana3 committed Dec 9, 2024
1 parent 1774755 commit 1760a2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playbooks/roles/ocp-cost-management/tasks/cmo-cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# this file is used for cleaning up the cost management operator resources

- name: Get the name of cluster service version for Cost Management Operator
shell: oc get csv -n costmanagement-metrics-operator --no-headers | awk '{ if ($1 ~ /^cost-management-operator/) print $1 }'
shell: oc get csv -n costmanagement-metrics-operator --no-headers | awk '{ print $1 }'
register: cost_management_csv

- name: Get the subscription name
Expand Down

0 comments on commit 1760a2d

Please sign in to comment.