Skip to content

Commit

Permalink
[release-v1.15] Include trust-bundle label for config-openshift-trust…
Browse files Browse the repository at this point in the history
…ed-cabundle ConfigMap (#701)

* Add trust-bundle label to config-openshift-trusted-cabundle

* Fix patch 023-configmap-trusted-cabundle.patch

---------

Co-authored-by: Martin Gencur <[email protected]>
  • Loading branch information
openshift-cherrypick-robot and mgencur authored Jul 31, 2024
1 parent 2a42462 commit 092ce16
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 3 additions & 0 deletions config/openshift-trusted-cabundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,6 @@ metadata:
app.kubernetes.io/version: devel
app.kubernetes.io/name: knative-eventing
config.openshift.io/inject-trusted-cabundle: "true"
networking.knative.dev/trust-bundle: "true"
annotations:
"openshift.io/owning-component": "Serverless Operator"
5 changes: 2 additions & 3 deletions openshift/patches/023-configmap-trusted-cabundle.patch
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
diff --git a/config/openshift-trusted-cabundle.yaml b/config/openshift-trusted-cabundle.yaml
new file mode 100644
index 000000000..a4c1a5f73
index 000000000..f05ec7652
--- /dev/null
+++ b/config/openshift-trusted-cabundle.yaml
@@ -0,0 +1,23 @@
@@ -0,0 +1,26 @@
+# Copyright 2020 The Knative Authors
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
Expand All @@ -30,4 +30,3 @@ index 000000000..a4c1a5f73
+ networking.knative.dev/trust-bundle: "true"
+ annotations:
+ "openshift.io/owning-component": "Serverless Operator"
--

0 comments on commit 092ce16

Please sign in to comment.