Skip to content

Commit

Permalink
cluster-api : Upating error checking logic (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
thpang authored Dec 3, 2021
1 parent 7c1c185 commit 6b56352
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions roles/vdm/tasks/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
- '"in version" not in result.stderr'
- '"Warning" not in result.stderr'
- '"no matching resources found" not in result.stderr'
- '"error: no objects passed to apply" not in result.stderr'
tags:
- install
- update
Expand All @@ -37,6 +38,7 @@
- '"in version" not in result.stderr'
- '"Warning" not in result.stderr'
- '"no matching resources found" not in result.stderr'
- '"error: no objects passed to apply" not in result.stderr'
tags:
- install
- update
Expand Down

0 comments on commit 6b56352

Please sign in to comment.