From 91e7f761f8577c32cfbd237afff19d70f1268dcc Mon Sep 17 00:00:00 2001 From: Matthew Fisher Date: Wed, 29 Mar 2017 16:59:48 -0700 Subject: [PATCH] fix(tuning-component-settings): convert toml to yaml --- src/managing-workflow/tuning-component-settings.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/managing-workflow/tuning-component-settings.md b/src/managing-workflow/tuning-component-settings.md index 74949e87..41d8af6d 100644 --- a/src/managing-workflow/tuning-component-settings.md +++ b/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 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