We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 77e675e + 91e7f76 commit de318d5Copy full SHA for de318d5
1 file changed
src/managing-workflow/tuning-component-settings.md
@@ -38,12 +38,12 @@ Below is an example of how the builder section of `values.yaml` might look with
38
limits set:
39
40
```
41
-[builder]
42
-org = "deisci"
43
-pullPolicy = "Always"
44
-dockerTag = "canary"
45
-limits_cpu = "100m"
46
-limits_memory = "50Mi"
+builder:
+ org: "deisci"
+ pullPolicy: "Always"
+ dockerTag: "canary"
+ limits_cpu: "100m"
+ limits_memory: "50Mi"
47
48
49
## Customizing the Builder
0 commit comments