diff options
author | staebler <staebler@redhat.com> | 2017-10-17 10:29:14 -0400 |
---|---|---|
committer | staebler <staebler@redhat.com> | 2017-10-17 10:29:14 -0400 |
commit | 1c1be004b5089558c2a63b3a03150e397d8ac606 (patch) | |
tree | 639486f5ab1181a27cbc439a7507ba3e7c9f5853 /files | |
parent | 6e6004a73f5da7d43d57f900cf24cd2ee5082afc (diff) | |
download | openshift-1c1be004b5089558c2a63b3a03150e397d8ac606.tar.gz openshift-1c1be004b5089558c2a63b3a03150e397d8ac606.tar.bz2 openshift-1c1be004b5089558c2a63b3a03150e397d8ac606.tar.xz openshift-1c1be004b5089558c2a63b3a03150e397d8ac606.zip |
Rename ServiceBroker to ClusterServiceBroker for ansible_service_broker task.
Diffstat (limited to 'files')
-rw-r--r-- | files/origin-components/template-service-broker-registration.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
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: |