Skip to content

Commit 7dc34ed

Browse files
committed
applying crds from local dir
1 parent 25631a8 commit 7dc34ed

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -156,11 +156,10 @@ jobs:
156156
157157
- name: Run chart-testing
158158
run: |
159-
docker run --rm --entrypoint cat registry.redhat.io/openshift-serverless-1/serverless-operator-bundle:1.35.0 /manifests/operator_v1beta1_knativeeventing_crd.yaml > knative-eventing-crd.yaml
160-
docker run --rm --entrypoint cat registry.redhat.io/openshift-serverless-1/serverless-operator-bundle:1.35.0 /manifests/operator_v1beta1_knativeserving_crd.yaml > knative-serving-crd.yaml
161-
kubectl apply -f knative-eventing-crd.yaml
162-
kubectl apply -f knative-serving-crd.yaml
163159
160+
kubectl apply -f orchestrator-infra/crds/knative-eventing/knative-eventing-crd.yaml
161+
kubectl apply -f orchestrator-infra/crds/knative-serving/knative-serving-crd.yaml
162+
164163
ct install \
165164
--debug \
166165
--config ct-install.yaml \

0 commit comments

Comments
 (0)