Skip to content

Commit

Permalink
Install the CRDs in the github action
Browse files Browse the repository at this point in the history
  • Loading branch information
houshengbo committed Nov 10, 2023
1 parent 25f82fd commit ca778d9
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/kind-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ jobs:
rm ./test/config/chaosduck/chaosduck.yaml
source ./test/e2e-common.sh
pwd
export INSTALL_CUSTOM_YAMLS=$HOME/artifacts/build/env
knative_setup
Expand All @@ -225,6 +225,13 @@ jobs:
echo "CA_CERT=$CA_CERT" >> $GITHUB_ENV
echo "SERVER_NAME=$SERVER_NAME" >> $GITHUB_ENV
# Install the CRDs of the serving-progressive-rollout
ls
pwd
cd ${KNATIVE_DIR}
ls
kubectl apply -f config/core/300-resources
# Replace the images of the controller and the autoscaler with the ones built from the extension
export CONTROLLER_IMAGE=$(cat $HOME/artifacts/build-extension/controller | tr -d ' \t\n\r')
export AUTOSCALER_IMAGE=$(cat $HOME/artifacts/build-extension/autoscaler | tr -d ' \t\n\r')
Expand Down

0 comments on commit ca778d9

Please sign in to comment.