Skip to content

Commit

Permalink
Merge pull request #76 from robertchoi80/main
Browse files Browse the repository at this point in the history
make it fail when app filter doesn't match
  • Loading branch information
ktkfree committed Mar 3, 2022
2 parents da087a7 + c01a98d commit bb82dbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/argo-cd/delete-apps-by-label-wftpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
echo "Found apps with label '$FILTER'.. Start deleting apps.."
else
echo "No such label: $FILTER. Skipping app removal.."
exit 0
exit 1
fi
deleted=False
Expand Down

0 comments on commit bb82dbe

Please sign in to comment.