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 33DIR=$( cd $( dirname " $0 " ) /../../olm-catalog && pwd)
44
55NAME=" knative-operators"
6- NAMESPACE=" openshift-operator-lifecycle-manager"
76NAMEDISPLAY=" Knative Operators"
87
98indent () {
@@ -20,7 +19,6 @@ kind: ConfigMap
2019apiVersion: v1
2120metadata:
2221 name: $NAME
23- namespace: $NAMESPACE
2422
2523data:
2624 customResourceDefinitions: |-
@@ -34,7 +32,6 @@ apiVersion: operators.coreos.com/v1alpha1
3432kind: CatalogSource
3533metadata:
3634 name: $NAME
37- namespace: $NAMESPACE
3835spec:
3936 configMap: $NAME
4037 displayName: $NAMEDISPLAY
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ kind: ConfigMap
22apiVersion : v1
33metadata :
44 name : knative-operators
5- namespace : openshift-operator-lifecycle-manager
65
76data :
87 customResourceDefinitions : |-
@@ -2651,7 +2650,6 @@ apiVersion: operators.coreos.com/v1alpha1
26512650kind : CatalogSource
26522651metadata :
26532652 name : knative-operators
2654- namespace : openshift-operator-lifecycle-manager
26552653spec :
26562654 configMap : knative-operators
26572655 displayName : Knative Operators
You can’t perform that action at this time.
0 commit comments