From 46708ca885733e6b13e2850f76a17d07ae367de0 Mon Sep 17 00:00:00 2001 From: Fabian Kramm Date: Fri, 13 May 2022 15:25:30 +0200 Subject: [PATCH] docs: fix charts --- docs/pages/architecture/scheduling.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/pages/architecture/scheduling.mdx b/docs/pages/architecture/scheduling.mdx index 9539f5bb6..252b049ba 100644 --- a/docs/pages/architecture/scheduling.mdx +++ b/docs/pages/architecture/scheduling.mdx @@ -122,8 +122,8 @@ You can set the `--enforce-toleration` falgs as arguments for syncer in your `va ``` syncer: extraArgs: - - --enforce-toleration="key1=value1:NoSchedule" - - --enforce-toleration="anotherKey1=value2:NoSchedule" + - --enforce-toleration=key1=value1:NoSchedule + - --enforce-toleration=anotherKey1=value2:NoSchedule ``` :::info