Skip to content

Commit 9cdc648

Browse files
author
Chance Zibolski
committed
Update metering InstallModes to support SingleNamespace
metering-operator doesn't support watching namespaces other than it's own, but this is required for OLM validation to not error
1 parent 5a4031b commit 9cdc648

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/chart/catalog_resources/rh-operators/metering-operator.v0.12.0.clusterserviceversion.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ spec:
2828
- type: OwnNamespace
2929
supported: true
3030
- type: SingleNamespace
31-
supported: false
31+
supported: true
3232
- type: MultiNamespace
3333
supported: false
3434
- type: AllNamespaces

0 commit comments

Comments
 (0)