Skip to content
This repository was archived by the owner on Aug 2, 2019. It is now read-only.

Commit f7fed74

Browse files
committed
Oops, didn't mean to leave the namespace in there
1 parent f35a955 commit f7fed74

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

etc/scripts/catalog.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
DIR=$(cd $(dirname "$0")/../../olm-catalog && pwd)
44

55
NAME="knative-operators"
6-
NAMESPACE="openshift-operator-lifecycle-manager"
76
NAMEDISPLAY="Knative Operators"
87

98
indent() {
@@ -20,7 +19,6 @@ kind: ConfigMap
2019
apiVersion: v1
2120
metadata:
2221
name: $NAME
23-
namespace: $NAMESPACE
2422
2523
data:
2624
customResourceDefinitions: |-
@@ -34,7 +32,6 @@ apiVersion: operators.coreos.com/v1alpha1
3432
kind: CatalogSource
3533
metadata:
3634
name: $NAME
37-
namespace: $NAMESPACE
3835
spec:
3936
configMap: $NAME
4037
displayName: $NAMEDISPLAY

knative-operators.catalogsource.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ kind: ConfigMap
22
apiVersion: v1
33
metadata:
44
name: knative-operators
5-
namespace: openshift-operator-lifecycle-manager
65

76
data:
87
customResourceDefinitions: |-
@@ -2651,7 +2650,6 @@ apiVersion: operators.coreos.com/v1alpha1
26512650
kind: CatalogSource
26522651
metadata:
26532652
name: knative-operators
2654-
namespace: openshift-operator-lifecycle-manager
26552653
spec:
26562654
configMap: knative-operators
26572655
displayName: Knative Operators

0 commit comments

Comments
 (0)