Skip to content

Commit

Permalink
Include TLS resources in release test setup (#3638)
Browse files Browse the repository at this point in the history
  • Loading branch information
creydr authored Jan 26, 2024
1 parent e1c06ae commit 1683a04
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/e2e-common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,9 @@ function knative_eventing() {
kubectl apply -f "${EVENTING_CONFIG}/eventing-core.yaml"
kubectl apply -f "${EVENTING_CONFIG}/eventing-tls-networking.yaml"
else
echo ">> Install Knative Eventing from ${KNATIVE_EVENTING_RELEASE}"
echo ">> Install Knative Eventing from ${KNATIVE_EVENTING_RELEASE} and ${KNATIVE_EVENTING_RELEASE_TLS}"
kubectl apply -f "${KNATIVE_EVENTING_RELEASE}"
kubectl apply -f "${KNATIVE_EVENTING_RELEASE_TLS}"
fi

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

0 comments on commit 1683a04

Please sign in to comment.