Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
fix(tuning-component-settings): convert toml to yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Fisher committed Mar 29, 2017
1 parent dc43777 commit 91e7f76
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/managing-workflow/tuning-component-settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ Below is an example of how the builder section of `values.yaml` might look with
limits set:

```
[builder]
org = "deisci"
pullPolicy = "Always"
dockerTag = "canary"
limits_cpu = "100m"
limits_memory = "50Mi"
builder:
org: "deisci"
pullPolicy: "Always"
dockerTag: "canary"
limits_cpu: "100m"
limits_memory: "50Mi"
```

## Customizing the Builder
Expand Down

0 comments on commit 91e7f76

Please sign in to comment.