Skip to content

Commit

Permalink
build: Inline Argo Events CRD URLs to reduce build errors (#4902)
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Collins <alex_collins@intuit.com>
  • Loading branch information
alexec authored Jan 19, 2021
1 parent ee1f827 commit 8c353d9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/e2e/manifests/minimal/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8c353d9

Please sign in to comment.