Skip to content

Commit 42394e5

Browse files
author
Jay Boyd
committed
service catalog: start API and Controller pods with -v 3
1 parent 1691e4d commit 42394e5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

examples/service-catalog/service-catalog.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ objects:
268268
- --etcd-servers
269269
- http://localhost:2379
270270
- -v
271-
- "10"
271+
- "3"
272272
- --cors-allowed-origins
273273
- ${CORS_ALLOWED_ORIGIN}
274274
- --feature-gates
@@ -361,7 +361,7 @@ objects:
361361
- --secure-port
362362
- "6444"
363363
- -v
364-
- "5"
364+
- "3"
365365
- --leader-election-namespace
366366
- kube-service-catalog
367367
- --broker-relist-interval

pkg/oc/bootstrap/bindata.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)