Skip to content

Commit

Permalink
#593 Don't fail if CRD doesn't exist
Browse files Browse the repository at this point in the history
  • Loading branch information
fketelaars committed Dec 15, 2023
1 parent aa94622 commit b17b20c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
- name: Check if Watsonxaiifm CRD exists
shell: |
oc get crd watsonxaiifm.watsonxaiifm.cpd.ibm.com
failed_when: False
register: _watsonxiifm_crd_state

- name: Delete deployment for watsonx.ai instance {{ _watsonx_ai_instance.model_id }}
Expand Down

0 comments on commit b17b20c

Please sign in to comment.