Files
Stefan Prodan 3f56ab265b [stable/weave-cloud] Replace Scope, Flux and Cortex with weave-agent daemon (#5163)
* 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
2018-05-10 09:08:54 -07:00

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: