Skip to content

Commit

Permalink
docs: fix typo in sync_windows.md (argoproj#6334)
Browse files Browse the repository at this point in the history
Signed-off-by: Vadym Liubko <[email protected]>
  • Loading branch information
vliubko authored May 27, 2021
1 parent 5fd7ffd commit 54ec2fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/user-guide/sync_windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ of both manual and automated syncs but allow an override for manual syncs which
in preventing automated syncs or if you need to temporarily override a window to perform a sync.

The windows work in the following way. If there are no windows matching an application then all syncs are allowed. If there
are any `allow` windows matching an application then syncs will only be allowed when there ia an active `allow` windows. If there
are any `allow` windows matching an application then syncs will only be allowed when there is an active `allow` windows. If there
are any `deny` windows matching an application then all syncs will be denied when the `deny` windows are active. If there is an
active matching `allow` and an active matching `deny` then syncs will be denied as `deny` windows override `allow` windows. The
UI and the CLI will both display the state of the sync windows. The UI has a panel which will display different colours depending
Expand Down Expand Up @@ -108,4 +108,4 @@ contains default and kube-system then the new value would have to include those

```bash
argocd proj windows update PROJECT ID --namespaces default,kube-system,prod1
```
```

0 comments on commit 54ec2fc

Please sign in to comment.