From 6e7ccabeaf3e6929b7b561b8aa6a1bb11a4364ec Mon Sep 17 00:00:00 2001 From: staebler Date: Tue, 17 Oct 2017 00:34:53 -0400 Subject: Remove redundant faulty role binding ifrom kubeservicecatalog_roles_bindings.yml --- files/origin-components/template-service-broker-registration.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files/origin-components/template-service-broker-registration.yaml') diff --git a/files/origin-components/template-service-broker-registration.yaml b/files/origin-components/template-service-broker-registration.yaml index 2086978f0..ab4000430 100644 --- a/files/origin-components/template-service-broker-registration.yaml +++ b/files/origin-components/template-service-broker-registration.yaml @@ -9,7 +9,7 @@ parameters: required: true objects: # register the tsb with the service catalog -- apiVersion: servicecatalog.k8s.io/v1alpha1 +- apiVersion: servicecatalog.k8s.io/v1beta1 kind: ServiceBroker metadata: name: template-service-broker -- cgit v1.2.3 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/origin-components/template-service-broker-registration.yaml') 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.3