Skip to content

Commit

Permalink
docs: update docs re: argocd sync windows (akuity#3157)
Browse files Browse the repository at this point in the history
Signed-off-by: Kent Rancourt <kent.rancourt@gmail.com>
  • Loading branch information
krancour authored and fykaa committed Jan 16, 2025
1 parent d0c8af9 commit a03d3da
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/docs/35-references/10-promotion-steps.md
Original file line number Diff line number Diff line change
Expand Up @@ -1130,6 +1130,18 @@ spec:
```
:::

:::info
Enforcement of Argo CD
[sync windows](https://argo-cd.readthedocs.io/en/stable/user-guide/sync_windows/)
was improved substantially in Argo CD v2.11.0. If you wish for the `argocd-update`
step to honor sync windows, you must use Argo CD v2.11.0 or later.

_Additionally, it is recommended that if a promotion process is expected to
sometimes encounter an active deny window, the `argocd-update` step should be
configured with a timeout that is at least as long as the longest expected deny
window. (The step's default timeout is five minutes.)_
:::

#### `argocd-update` Configuration

| Name | Type | Required | Description |
Expand Down

0 comments on commit a03d3da

Please sign in to comment.