Skip to content

Commit 91e7f76

Browse files
author
Matthew Fisher
committed
fix(tuning-component-settings): convert toml to yaml
1 parent dc43777 commit 91e7f76

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

src/managing-workflow/tuning-component-settings.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ Below is an example of how the builder section of `values.yaml` might look with
3838
limits set:
3939

4040
```
41-
[builder]
42-
org = "deisci"
43-
pullPolicy = "Always"
44-
dockerTag = "canary"
45-
limits_cpu = "100m"
46-
limits_memory = "50Mi"
41+
builder:
42+
org: "deisci"
43+
pullPolicy: "Always"
44+
dockerTag: "canary"
45+
limits_cpu: "100m"
46+
limits_memory: "50Mi"
4747
```
4848

4949
## Customizing the Builder

0 commit comments

Comments
 (0)