From 1c1be004b5089558c2a63b3a03150e397d8ac606 Mon Sep 17 00:00:00 2001 From: staebler Date: Tue, 17 Oct 2017 10:29:14 -0400 Subject: Rename ServiceBroker to ClusterServiceBroker for ansible_service_broker task. --- files/origin-components/template-service-broker-registration.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files') diff --git a/files/origin-components/template-service-broker-registration.yaml b/files/origin-components/template-service-broker-registration.yaml index ab4000430..95fb72924 100644 --- a/files/origin-components/template-service-broker-registration.yaml +++ b/files/origin-components/template-service-broker-registration.yaml @@ -10,7 +10,7 @@ parameters: objects: # register the tsb with the service catalog - apiVersion: servicecatalog.k8s.io/v1beta1 - kind: ServiceBroker + kind: ClusterServiceBroker metadata: name: template-service-broker spec: -- cgit v1.2.1