diff options
author | staebler <staebler@redhat.com> | 2017-10-17 00:34:53 -0400 |
---|---|---|
committer | staebler <staebler@redhat.com> | 2017-10-17 00:34:53 -0400 |
commit | 6e7ccabeaf3e6929b7b561b8aa6a1bb11a4364ec (patch) | |
tree | 1186733f99ec05355810c0b3a68cd4214c47d4df /files | |
parent | 3666062c46f13734937c2016d37ca43886bf449d (diff) | |
download | openshift-6e7ccabeaf3e6929b7b561b8aa6a1bb11a4364ec.tar.gz openshift-6e7ccabeaf3e6929b7b561b8aa6a1bb11a4364ec.tar.bz2 openshift-6e7ccabeaf3e6929b7b561b8aa6a1bb11a4364ec.tar.xz openshift-6e7ccabeaf3e6929b7b561b8aa6a1bb11a4364ec.zip |
Remove redundant faulty role binding ifrom kubeservicecatalog_roles_bindings.yml
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 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 |