Skip to content

Commit

Permalink
Remove service location patch (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
nak3 authored Aug 24, 2023
1 parent 7235ec5 commit 31a9f4f
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 16 deletions.
2 changes: 1 addition & 1 deletion config/200-bootstrap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ data:
endpoint:
address:
socket_address:
address: "net-kourier-controller.knative-serving-ingress"
address: "net-kourier-controller.knative-serving"
port_value: 18000
type: STRICT_DNS
admin:
Expand Down
13 changes: 0 additions & 13 deletions openshift/patches/001-service-location.patch

This file was deleted.

2 changes: 1 addition & 1 deletion openshift/release/artifacts/net-kourier.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ data:
endpoint:
address:
socket_address:
address: "net-kourier-controller.knative-serving-ingress"
address: "net-kourier-controller.knative-serving"
port_value: 18000
type: STRICT_DNS
admin:
Expand Down
1 change: 0 additions & 1 deletion openshift/release/download_release_artifacts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ mkdir -p "$YAML_OUTPUT_DIR"
# clean up before applying patch
git apply -R "${patches_path}"/* || true

# TODO: [SRVKS-610] 001-service-location.patch should be replaced by operator instead of sed.
git apply "${patches_path}"/*

resolve_resources "openshift/release/extra/ config" "$KOURIER_YAML"

0 comments on commit 31a9f4f

Please sign in to comment.