Skip to content

Commit

Permalink
hack/olm-registry: sync NS labels from MCC
Browse files Browse the repository at this point in the history
this namespace resource exists (and is planned on being removed) in MCC
and differs from this resource slightly. Sync the annotations and
labels from that resource.

https://github.com/openshift/managed-cluster-config/blob/adfaa3e71a3cc20e2ab444f0359e188ee6fb467c/deploy/osd-must-gather-operator/01-openshift-must-gather-operator.Namespace.yaml#L5-L9

Signed-off-by: Brady Pratt <bpratt@redhat.com>
  • Loading branch information
jbpratt committed May 22, 2024
1 parent 1a9bcd7 commit 53f3c78
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions hack/olm-registry/olm-artifacts-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,10 @@ objects:
kind: Namespace
metadata:
name: openshift-must-gather-operator
annotations:
openshift.io/node-selector: ""
labels:
openshift.io/cluster-logging: "true"
openshift.io/cluster-monitoring: 'true'
- apiVersion: operators.coreos.com/v1alpha1
kind: CatalogSource
Expand Down

0 comments on commit 53f3c78

Please sign in to comment.