You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
t.Run("rejects bundles without AllNamespaces install mode and with SingleNamespace support when Single/OwnNamespace install mode support is enabled", func(t*testing.T) {
Copy file name to clipboardExpand all lines: testdata/images/bundles/own-namespace-operator/v1.0.0/manifests/ownnamespaceoperator.clusterserviceversion.yaml
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -27,11 +27,11 @@ spec:
27
27
apiservicedefinitions: {}
28
28
customresourcedefinitions:
29
29
owned:
30
-
- description: A dummy resource for an operator that only supports own namespace install mode
31
-
displayName: OwnNamespace
32
-
kind: OwnNamespace
33
-
name: ownnamespaces.olm.operatorframework.io
34
-
version: v1
30
+
- description: A dummy resource for an operator that only supports own namespace install mode
0 commit comments