summaryrefslogtreecommitdiffstats
path: root/files/origin-components/template-service-broker-registration.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'files/origin-components/template-service-broker-registration.yaml')
-rw-r--r--files/origin-components/template-service-broker-registration.yaml25
1 files changed, 0 insertions, 25 deletions
diff --git a/files/origin-components/template-service-broker-registration.yaml b/files/origin-components/template-service-broker-registration.yaml
deleted file mode 100644
index 95fb72924..000000000
--- a/files/origin-components/template-service-broker-registration.yaml
+++ /dev/null
@@ -1,25 +0,0 @@
-apiVersion: template.openshift.io/v1
-kind: Template
-metadata:
- name: template-service-broker-registration
-parameters:
-- name: TSB_NAMESPACE
- value: openshift-template-service-broker
-- name: CA_BUNDLE
- required: true
-objects:
-# register the tsb with the service catalog
-- apiVersion: servicecatalog.k8s.io/v1beta1
- kind: ClusterServiceBroker
- metadata:
- name: template-service-broker
- spec:
- url: https://apiserver.${TSB_NAMESPACE}.svc:443/brokers/template.openshift.io
- insecureSkipTLSVerify: false
- caBundle: ${CA_BUNDLE}
- authInfo:
- bearer:
- secretRef:
- kind: Secret
- name: templateservicebroker-client
- namespace: ${TSB_NAMESPACE}