Skip to content

Commit 1683a04

Browse files
authored
Include TLS resources in release test setup (#3638)
1 parent e1c06ae commit 1683a04

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/e2e-common.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,9 @@ function knative_eventing() {
101101
kubectl apply -f "${EVENTING_CONFIG}/eventing-core.yaml"
102102
kubectl apply -f "${EVENTING_CONFIG}/eventing-tls-networking.yaml"
103103
else
104-
echo ">> Install Knative Eventing from ${KNATIVE_EVENTING_RELEASE}"
104+
echo ">> Install Knative Eventing from ${KNATIVE_EVENTING_RELEASE} and ${KNATIVE_EVENTING_RELEASE_TLS}"
105105
kubectl apply -f "${KNATIVE_EVENTING_RELEASE}"
106+
kubectl apply -f "${KNATIVE_EVENTING_RELEASE_TLS}"
106107
fi
107108

108109
! kubectl patch horizontalpodautoscalers.autoscaling -n knative-eventing eventing-webhook -p '{"spec": {"minReplicas": '${REPLICAS}'}}'

0 commit comments

Comments
 (0)