Skip to content

Commit

Permalink
Add owning-component annotation to config-openshift-trusted-cabundle …
Browse files Browse the repository at this point in the history
…ConfigMap (#561)
  • Loading branch information
creydr authored Mar 5, 2024
1 parent a962e15 commit e7ed5db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/openshift-trusted-cabundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,5 @@ metadata:
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"
2 changes: 2 additions & 0 deletions openshift/release/artifacts/eventing-core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5061,3 +5061,5 @@ metadata:
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"

0 comments on commit e7ed5db

Please sign in to comment.