Skip to content

Commit

Permalink
Merge pull request #20673 from jboyd01/ns-admission-name-change
Browse files Browse the repository at this point in the history
service-catalog: use K8s NamespaceLifecycle admission controller
  • Loading branch information
openshift-merge-robot authored Aug 17, 2018
2 parents 4581379 + 5c86480 commit 0e27a7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/service-catalog/service-catalog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pkg/oc/clusterup/manifests/bindata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0e27a7d

Please sign in to comment.