Skip to content

Commit

Permalink
Update config value
Browse files Browse the repository at this point in the history
  • Loading branch information
siggisim committed Oct 28, 2020
1 parent 333930e commit 33b6b63
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/buildbuddy-enterprise/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
description: BuildBuddy Enterprise
name: buildbuddy-enterprise
version: 0.0.25 # Chart version
version: 0.0.26 # Chart version
appVersion: 1.3.6 # Version of deployed app
keywords:
- buildbuddy
Expand Down
2 changes: 1 addition & 1 deletion charts/buildbuddy-enterprise/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ redis:
enabled: true
config:
remote_execution:
enabled: true
enable_remote_exec: true
```

For more information on configuring RBE, see our [enterprise RBE configuration docs](https://www.buildbuddy.io/docs/enterprise-rbe).
Expand Down
2 changes: 1 addition & 1 deletion charts/buildbuddy-enterprise/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ config:
# client_id: MY_CLIENT_ID
# client_secret: MY_CLIENT_SECRET
# remote_execution:
# enabled: true
# enable_remote_exec: true
## Additional env vars
extraEnvVars: []

Expand Down

0 comments on commit 33b6b63

Please sign in to comment.