mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[incubator/kubeless] document rback.create configuration (#7723)
Signed-off-by: Hans Kristian Flaatten <hans@starefossen.com>
This commit is contained in:
committed by
k8s-ci-robot
parent
062a1d7015
commit
863a9bfdef
@@ -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
|
||||
|
||||
@@ -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` |
|
||||
|
||||
Reference in New Issue
Block a user