mirror of
https://github.com/helm/charts.git
synced 2026-08-20 12:57:55 +00:00
Signed-off-by: Ilya Dmitrichenko <errordeveloper@gmail.com>
23 lines
463 B
YAML
23 lines
463 B
YAML
# Default values for weave-cloud.
|
|
|
|
token: ""
|
|
|
|
agent:
|
|
name: weave-agent
|
|
|
|
image:
|
|
repository: weaveworks/launcher-agent
|
|
tag: 1.4.0
|
|
pullPolicy: IfNotPresent
|
|
|
|
rbac:
|
|
# Specifies whether RBAC resources should be created
|
|
create: true
|
|
|
|
serviceAccount:
|
|
# Specifies whether a service account should be created
|
|
create: true
|
|
# The name of the service account to use.
|
|
# If not set and create is true, a name is generated using the fullname template
|
|
name:
|