Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Commit

Permalink
Ignore not-found on deletions. (#112)
Browse files Browse the repository at this point in the history
Fixes: #111
  • Loading branch information
mattmoor committed Feb 9, 2018
1 parent d413b49 commit 761ba3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s/delete.sh.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ function guess_runfiles() {
RUNFILES="${PYTHON_RUNFILES:-$(guess_runfiles)}"

PYTHON_RUNFILES=${RUNFILES} %{reverse_script} | \
kubectl --cluster="%{cluster}" %{namespace_arg} delete -f -
kubectl --cluster="%{cluster}" %{namespace_arg} delete --ignore-not-found=true -f -

0 comments on commit 761ba3b

Please sign in to comment.