[incubator/kubeless] document rback.create configuration (#7723)

Signed-off-by: Hans Kristian Flaatten <hans@starefossen.com>
This commit is contained in:
Hans Kristian Flaatten
2018-09-29 10:20:55 -07:00
committed by k8s-ci-robot
parent 062a1d7015
commit 863a9bfdef
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: kubeless
version: 1.0.6
version: 1.0.7
appVersion: v1.0.0-alpha.3
description: Kubeless is a Kubernetes-native serverless framework. It runs on top of your Kubernetes cluster and allows you to deploy small unit of code without having to build container images.
icon: https://cloud.githubusercontent.com/assets/4056725/25480209/1d5bf83c-2b48-11e7-8db8-bcd650f31297.png
+1
View File
@@ -55,6 +55,7 @@ The following table lists the configurable parameters of the Kubeless chart and
| Parameter | Description | Default |
|------------------------------------------------|--------------------------------------------|---------------------------------------|
| `rbac.create` | Create RBAC backed ServiceAccount | `false` |
| `config.builderImage` | Function builder image | `kubeless/function-image-builder` |
| `config.builderImagePullSecret` | Secret to pull builder image | "" |
| `config.builderImage` | Provision image | `kubeless/unzip` |