Commit 52f38dca authored by Geoff Simmons's avatar Geoff Simmons

Don't grep the log too soon in an e2e test verification.

parent 204b17e8
......@@ -18,4 +18,6 @@ kubectl delete -f other-tls-secret.yaml
# Get the name of the controller Pod
CTLPOD=$(kubectl get pods -n kube-system -l app=varnish-ingress-controller -o jsonpath={.items[0].metadata.name})
sleep 1
kubectl logs -n kube-system $CTLPOD | grep -q 'TLS Secret default/other-tls-secret not specified by any Ingress for Varnish, ignoring'
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