Skip to content

Commit

Permalink
Fix typo in documentation (argoproj#17022)
Browse files Browse the repository at this point in the history
Signed-off-by: saeedhosseini <[email protected]>
Signed-off-by: penglongli <[email protected]>
  • Loading branch information
saeedhosseini21 authored and penglongli committed Mar 6, 2024
1 parent efa5a0e commit 4a5e946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user-guide/sync-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ spec:
- RespectIgnoreDifferences=true
```

The example above shows how an Argo CD Application can be configured so it will ignore the `spec.replicas` field from the desired state (git) during the sync stage. This is achieve by calculating and pre-patching the desired state before applying it in the cluster. Note that the `RespectIgnoreDifferences` sync option is only effective when the resource is already created in the cluster. If the Application is being created and no live state exists, the desired state is applied as-is.
The example above shows how an Argo CD Application can be configured so it will ignore the `spec.replicas` field from the desired state (git) during the sync stage. This is achieved by calculating and pre-patching the desired state before applying it in the cluster. Note that the `RespectIgnoreDifferences` sync option is only effective when the resource is already created in the cluster. If the Application is being created and no live state exists, the desired state is applied as-is.

## Create Namespace

Expand Down

0 comments on commit 4a5e946

Please sign in to comment.