Commit ca85d182 authored by Geoff Simmons's avatar Geoff Simmons

Remove obsolete un/deploy scripts for the namespace example.

parent 4943714b
#! /bin/bash -ex
kubectl apply -f namespace.yaml
kubectl apply -f serviceaccount.yaml
kubectl apply -f rbac.yaml
kubectl apply -f adm-secret.yaml
kubectl apply -f varnish.yaml
kubectl apply -f admin-svc.yaml
kubectl apply -f nodeport.yaml
kubectl apply -f controller.yaml
kubectl apply -f cafe.yaml
kubectl apply -f cafe-ingress.yaml
#! /bin/bash -ex
kubectl delete -f cafe-ingress.yaml
kubectl delete -f cafe.yaml
kubectl delete -f controller.yaml
kubectl delete -f nodeport.yaml
kubectl delete -f admin-svc.yaml
kubectl delete -f varnish.yaml
kubectl delete -f adm-secret.yaml
kubectl delete -f rbac.yaml
kubectl delete -f serviceaccount.yaml
kubectl delete -f namespace.yaml
......@@ -29,9 +29,7 @@ make deploy verify undeploy
echo Single namespace example
cd ${MYPATH}/../examples/namespace/
./deploy.sh
./verify.sh
./undeploy.sh
make deploy verify undeploy
echo Varnish Pod template with CLI args example
cd ${MYPATH}/../examples/varnish_pod_template/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment