From 5c86480ce2f3c4ffecb7c6238c19951cc6276dac Mon Sep 17 00:00:00 2001 From: Jay Boyd Date: Thu, 16 Aug 2018 13:50:25 -0400 Subject: [PATCH] use K8s NamespaceLifecycle admission controller --- examples/service-catalog/service-catalog.yaml | 2 +- pkg/oc/clusterup/manifests/bindata.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/service-catalog/service-catalog.yaml b/examples/service-catalog/service-catalog.yaml index 3c40e9909bc5..a7fe19f56cc4 100644 --- a/examples/service-catalog/service-catalog.yaml +++ b/examples/service-catalog/service-catalog.yaml @@ -42,7 +42,7 @@ objects: args: - apiserver - --enable-admission-plugins - - KubernetesNamespaceLifecycle,DefaultServicePlan,ServiceBindingsLifecycle,ServicePlanChangeValidator,BrokerAuthSarCheck + - NamespaceLifecycle,DefaultServicePlan,ServiceBindingsLifecycle,ServicePlanChangeValidator,BrokerAuthSarCheck - --storage-type - etcd - --secure-port diff --git a/pkg/oc/clusterup/manifests/bindata.go b/pkg/oc/clusterup/manifests/bindata.go index f302f0ea5ee2..c4a2124780c2 100644 --- a/pkg/oc/clusterup/manifests/bindata.go +++ b/pkg/oc/clusterup/manifests/bindata.go @@ -16408,7 +16408,7 @@ objects: args: - apiserver - --enable-admission-plugins - - KubernetesNamespaceLifecycle,DefaultServicePlan,ServiceBindingsLifecycle,ServicePlanChangeValidator,BrokerAuthSarCheck + - NamespaceLifecycle,DefaultServicePlan,ServiceBindingsLifecycle,ServicePlanChangeValidator,BrokerAuthSarCheck - --storage-type - etcd - --secure-port