This repository was archived by the owner on Aug 2, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change 3
3
DIR=$( cd $( dirname " $0 " ) /../../olm-catalog && pwd)
4
4
5
5
NAME=" knative-operators"
6
- NAMESPACE=" openshift-operator-lifecycle-manager"
7
6
NAMEDISPLAY=" Knative Operators"
8
7
9
8
indent () {
@@ -20,7 +19,6 @@ kind: ConfigMap
20
19
apiVersion: v1
21
20
metadata:
22
21
name: $NAME
23
- namespace: $NAMESPACE
24
22
25
23
data:
26
24
customResourceDefinitions: |-
@@ -34,7 +32,6 @@ apiVersion: operators.coreos.com/v1alpha1
34
32
kind: CatalogSource
35
33
metadata:
36
34
name: $NAME
37
- namespace: $NAMESPACE
38
35
spec:
39
36
configMap: $NAME
40
37
displayName: $NAMEDISPLAY
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ kind: ConfigMap
2
2
apiVersion : v1
3
3
metadata :
4
4
name : knative-operators
5
- namespace : openshift-operator-lifecycle-manager
6
5
7
6
data :
8
7
customResourceDefinitions : |-
@@ -2651,7 +2650,6 @@ apiVersion: operators.coreos.com/v1alpha1
2651
2650
kind : CatalogSource
2652
2651
metadata :
2653
2652
name : knative-operators
2654
- namespace : openshift-operator-lifecycle-manager
2655
2653
spec :
2656
2654
configMap : knative-operators
2657
2655
displayName : Knative Operators
You can’t perform that action at this time.
0 commit comments