From 863a9bfdef159e8ebc0444709c78bfe0744449de Mon Sep 17 00:00:00 2001 From: Hans Kristian Flaatten Date: Sat, 29 Sep 2018 19:20:55 +0200 Subject: [PATCH] [incubator/kubeless] document `rback.create` configuration (#7723) Signed-off-by: Hans Kristian Flaatten --- incubator/kubeless/Chart.yaml | 2 +- incubator/kubeless/README.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/incubator/kubeless/Chart.yaml b/incubator/kubeless/Chart.yaml index 5ac4988ad6..91fff264ea 100644 --- a/incubator/kubeless/Chart.yaml +++ b/incubator/kubeless/Chart.yaml @@ -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 diff --git a/incubator/kubeless/README.md b/incubator/kubeless/README.md index 2319fc70bb..41fd534390 100644 --- a/incubator/kubeless/README.md +++ b/incubator/kubeless/README.md @@ -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` |