Commit 21504eda authored by Geoff Simmons's avatar Geoff Simmons

Add the "change TLS" test to the e2e test script.

parent a90c3854
......@@ -171,6 +171,10 @@ echo Update TLS Secrets when their contents are changed
cd ${MYPATH}/e2e/updateTLSsecret
make deploy verify undeploy
echo Change TLS Secrets when it changed in an updated Ingress
cd ${MYPATH}/e2e/changeTLSsecret
make deploy verify-first upgrade verify-second undeploy
echo Examples for devmode and the TemplateConfig CRD
cd ${MYPATH}/e2e/tmplcfg
make deploy verify undeploy
......
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