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

Commit

Permalink
Fix deleting label form namesace in CI (ci_test.sh)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruzickap committed Feb 6, 2019
1 parent b072303 commit 4a0e029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ci_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ helm del --purge istio
kubectl -n istio-system delete job --all
kubectl delete -f install/kubernetes/helm/istio/templates/crds.yaml -n istio-system
kubectl delete namespace istio-system
kubectl label namespace default istio-injection=disabled
kubectl label namespace default istio-injection-

cd ../..
rm -rf files
Expand Down

0 comments on commit 4a0e029

Please sign in to comment.