mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
* Replace Scope, Flux and Cortex with weave-agent daemon - bump version to 0.2.0 - use the weave namespace instead of kube-system - rename the token variable and store it as a kube secret * Remove blank lines * add empty token * Add api and app version * Remove duplicate chart yaml * Add demo token value * Add CI values with a demo token * Make RBAC and service account optional * Consistent indentation * Use Github usernames * Cleaup CI values * Use chart fullname for RBAC resources * Use a release version for weave-agent * Remove deprecated service account
23 lines
471 B
YAML
23 lines
471 B
YAML
# Default values for weave-cloud.
|
|
|
|
token: ""
|
|
|
|
agent:
|
|
name: weave-agent
|
|
|
|
image:
|
|
repository: quay.io/weaveworks/launcher-agent
|
|
tag: 1.0.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:
|