mirror of
https://github.com/helm/charts.git
synced 2026-08-22 05:48:09 +00:00
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.2.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:
|