You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cmd/service-catalog/go/src/github.com/kubernetes-incubator/service-catalog/charts/catalog/README.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ chart and their default values.
40
40
41
41
| Parameter | Description | Default |
42
42
|-----------|-------------|---------|
43
-
|`image`| apiserver image to use |`quay.io/kubernetes-service-catalog/service-catalog:v0.1.2`|
43
+
|`image`| apiserver image to use |`quay.io/kubernetes-service-catalog/service-catalog:v0.1.3`|
44
44
|`imagePullPolicy`|`imagePullPolicy` for the service catalog |`Always`|
45
45
|`apiserver.tls.requestHeaderCA`| Base64-encoded CA used to validate request-header authentication, when receiving delegated authentication from an aggregator. If not set, the service catalog API server will inherit this CA from the `extension-apiserver-authentication` ConfigMap if available. |`nil`|
46
46
|`apiserver.service.type`| Type of service; valid values are `LoadBalancer` and `NodePort`|`NodePort`|
@@ -55,6 +55,7 @@ chart and their default values.
55
55
|`controllerManager.brokerRelistInterval`| How often the controller should relist the catalogs of ready brokers; duration format (`20m`, `1h`, etc) |`24h`|
56
56
|`useAggregator`| whether or not to set up the controller-manager to go through the main Kubernetes API server's API aggregator |`true`|
57
57
|`rbacEnable`| If true, create & use RBAC resources |`true`|
58
+
|`asyncBindingOperationsEnabled`| Whether or not alpha support for async binding operations is enabled |`false`|
58
59
59
60
Specify each parameter using the `--set key=value[,key=value]` argument to
Copy file name to clipboardExpand all lines: cmd/service-catalog/go/src/github.com/kubernetes-incubator/service-catalog/charts/catalog/templates/controller-manager-deployment.yaml
Copy file name to clipboardExpand all lines: cmd/service-catalog/go/src/github.com/kubernetes-incubator/service-catalog/charts/catalog/templates/rbac.yaml
Copy file name to clipboardExpand all lines: cmd/service-catalog/go/src/github.com/kubernetes-incubator/service-catalog/charts/catalog/values.yaml
Copy file name to clipboardExpand all lines: cmd/service-catalog/go/src/github.com/kubernetes-incubator/service-catalog/charts/ups-broker/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ Service Broker
34
34
35
35
| Parameter | Description | Default |
36
36
|-----------|-------------|---------|
37
-
|`image`| Image to use |`quay.io/kubernetes-service-catalog/user-broker:v0.1.2`|
37
+
|`image`| Image to use |`quay.io/kubernetes-service-catalog/user-broker:v0.1.3`|
38
38
|`imagePullPolicy`|`imagePullPolicy` for the ups-broker |`Always`|
39
39
40
40
Specify each parameter using the `--set key=value[,key=value]` argument to
Copy file name to clipboardExpand all lines: cmd/service-catalog/go/src/github.com/kubernetes-incubator/service-catalog/charts/ups-broker/values.yaml
Copy file name to clipboardExpand all lines: cmd/service-catalog/go/src/github.com/kubernetes-incubator/service-catalog/contrib/hack/coverage.sh
Copy file name to clipboardExpand all lines: cmd/service-catalog/go/src/github.com/kubernetes-incubator/service-catalog/contrib/pkg/broker/user_provided/controller/controller.go
Copy file name to clipboardExpand all lines: cmd/service-catalog/go/src/github.com/kubernetes-incubator/service-catalog/docs/walkthrough.md
0 commit comments