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

Commit

Permalink
Fix problem with #84
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmoor committed Dec 13, 2017
1 parent ed6e5bd commit 63fd487
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 @@ -23,4 +23,4 @@ function guess_runfiles() {

RUNFILES="${PYTHON_RUNFILES:-$(guess_runfiles)}"

kubectl --cluster="%{cluster}" %{namespace_arg} delete k8s/...-f %{unresolved}
kubectl --cluster="%{cluster}" %{namespace_arg} delete -f %{unresolved}

0 comments on commit 63fd487

Please sign in to comment.