Skip to content

Commit

Permalink
Fix typo in documentation (#17022)
Browse files Browse the repository at this point in the history
Signed-off-by: saeedhosseini <saeedhosseini21@gmail.com>
  • Loading branch information
saeedhosseini21 committed Jan 29, 2024
1 parent be1f0ea commit 3c21242
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user-guide/sync-options.md
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 3c21242

Please sign in to comment.