Skip to content

Commit

Permalink
Merge pull request #480 from FabianKramm/service-account
Browse files Browse the repository at this point in the history
docs: remove quotes for flags
  • Loading branch information
FabianKramm authored May 13, 2022
2 parents 93a4e73 + 46708ca commit 9aba801
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/pages/architecture/scheduling.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9aba801

Please sign in to comment.