Skip to content

Commit

Permalink
Drop unnecessary patch for comments (knative#1206)
Browse files Browse the repository at this point in the history
* Drop unnecessary patch for comments

* Add comment patch
  • Loading branch information
nak3 authored Aug 6, 2022
1 parent 9647dc1 commit 083ee36
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion openshift/release/artifacts/2-serving-core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4498,7 +4498,7 @@ metadata:
app.kubernetes.io/component: networking
app.kubernetes.io/version: "1.4.0"
annotations:
knative.dev/example-checksum: "d0b91f80"
knative.dev/example-checksum: "73d96d1b"
data:
_example: |
################################
Expand Down
13 changes: 11 additions & 2 deletions openshift/release/manifest-patches/004-internal-tls.patch
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
diff --git a/openshift/release/artifacts/2-serving-core.yaml b/openshift/release/artifacts/2-serving-core.yaml
index 12cac6d40..0bd375e60 100644
index 12cac6d40..ccee9372b 100644
--- a/openshift/release/artifacts/2-serving-core.yaml
+++ b/openshift/release/artifacts/2-serving-core.yaml
@@ -4440,6 +4440,39 @@ data:
Expand Down Expand Up @@ -42,6 +42,15 @@ index 12cac6d40..0bd375e60 100644
---
# Copyright 2018 The Knative Authors
#
@@ -4465,7 +4498,7 @@ metadata:
app.kubernetes.io/component: networking
app.kubernetes.io/version: "1.4.0"
annotations:
- knative.dev/example-checksum: "d0b91f80"
+ knative.dev/example-checksum: "73d96d1b"
data:
_example: |
################################
@@ -4616,53 +4649,15 @@ data:
# Knative doesn't know about that otherwise.
default-external-scheme: "http"
Expand Down Expand Up @@ -99,6 +108,6 @@ index 12cac6d40..0bd375e60 100644
# for now. Use with caution.
- queue-proxy-cert-secret: ""
+ internal-encryption: "false"

---
# Copyright 2018 The Knative Authors

0 comments on commit 083ee36

Please sign in to comment.