Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions openshift/generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ git apply "${repo_root_dir}/openshift/patches/005-k8s-min.patch"
git apply "${repo_root_dir}/openshift/patches/018-rekt-test-override-kopublish.patch"
git apply "${repo_root_dir}/openshift/patches/018-rekt-test-image-pod.patch"
git apply "${repo_root_dir}/openshift/patches/020-mutemetrics.patch"
git apply "${repo_root_dir}/openshift/patches/025-add-eventshub-port-name.patch"

GO111MODULE=off go get -u github.com/openshift-knative/hack/cmd/generate

Expand Down
11 changes: 11 additions & 0 deletions openshift/patches/025-add-eventshub-port-name.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
diff --git a/vendor/knative.dev/reconciler-test/pkg/eventshub/102-service.yaml b/vendor/knative.dev/reconciler-test/pkg/eventshub/102-service.yaml
index c3d58ba09..b0400e7e9 100644
--- a/vendor/knative.dev/reconciler-test/pkg/eventshub/102-service.yaml
+++ b/vendor/knative.dev/reconciler-test/pkg/eventshub/102-service.yaml
@@ -22,5 +22,6 @@ spec:
app: eventshub-{{ .name }}
ports:
- protocol: TCP
+ name: http
port: 80
targetPort: 8080
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@ spec:
app: eventshub-{{ .name }}
ports:
- protocol: TCP
name: http
port: 80
targetPort: 8080