Commit f20d0d73 authored by Geoff Simmons's avatar Geoff Simmons

Remove obsolete un/deploy scripts for the "hello" example/test.

parent 3e3ec0b1
#! /bin/bash -ex
kubectl create -f cafe.yaml
kubectl create -f cafe-ingress.yaml
#! /bin/bash -ex
MYDIR=$(dirname ${BASH_SOURCE[0]})
helm install viking-ingress ${MYDIR}/../../charts/viking-test-app \
--values values.yaml
#! /bin/bash -ex
MYDIR=$(dirname ${BASH_SOURCE[0]})
source ${MYDIR}/../../test/utils.sh
kubectl delete -f cafe-ingress.yaml
kubectl delete -f cafe.yaml
echo "Waiting until varnish-ingress Pods are not configured for Ingress"
wait_until_not_configured app=varnish-ingress
#! /bin/bash -ex
MYDIR=$(dirname ${BASH_SOURCE[0]})
source ${MYDIR}/../../test/utils.sh
helm uninstall viking-ingress
echo "Waiting until varnish-ingress Pods are not configured for Ingress"
wait_until_not_configured app=varnish-ingress
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