diff --git a/test/e2e/manifests/minimal/kustomization.yaml b/test/e2e/manifests/minimal/kustomization.yaml index 60a739cfe2cf..4439018ba73e 100644 --- a/test/e2e/manifests/minimal/kustomization.yaml +++ b/test/e2e/manifests/minimal/kustomization.yaml @@ -3,7 +3,9 @@ kind: Kustomization resources: - ../../../../manifests/quick-start/minimal -- https://github.com/argoproj/argo-events/manifests/base/crds?ref=stable +- https://raw.githubusercontent.com/argoproj/argo-events/stable/manifests/base/crds/argoproj.io_eventbus.yaml +- https://raw.githubusercontent.com/argoproj/argo-events/stable/manifests/base/crds/argoproj.io_eventsources.yaml +- https://raw.githubusercontent.com/argoproj/argo-events/stable/manifests/base/crds/argoproj.io_sensors.yaml patchesStrategicMerge: - ../mixins/argo-server-deployment.yaml