We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1c06ae commit 1683a04Copy full SHA for 1683a04
test/e2e-common.sh
@@ -101,8 +101,9 @@ function knative_eventing() {
101
kubectl apply -f "${EVENTING_CONFIG}/eventing-core.yaml"
102
kubectl apply -f "${EVENTING_CONFIG}/eventing-tls-networking.yaml"
103
else
104
- echo ">> Install Knative Eventing from ${KNATIVE_EVENTING_RELEASE}"
+ echo ">> Install Knative Eventing from ${KNATIVE_EVENTING_RELEASE} and ${KNATIVE_EVENTING_RELEASE_TLS}"
105
kubectl apply -f "${KNATIVE_EVENTING_RELEASE}"
106
+ kubectl apply -f "${KNATIVE_EVENTING_RELEASE_TLS}"
107
fi
108
109
! kubectl patch horizontalpodautoscalers.autoscaling -n knative-eventing eventing-webhook -p '{"spec": {"minReplicas": '${REPLICAS}'}}'
0 commit comments