Skip to content

Commit

Permalink
docs: add context to configmap example (#16763)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Crenshaw <[email protected]>
  • Loading branch information
crenshaw-dev authored Jan 5, 2024
1 parent 4afddf7 commit c4ac5aa
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/user-guide/diff-strategies.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,13 @@ Application.
Add the following entry in the argocd-cmd-params-cm configmap:

```
controller.diff.server.side: "true"
apiVersion: v1
kind: ConfigMap
metadata:
name: argocd-cmd-params-cm
data:
controller.diff.server.side: "true"
...
```

Note: It is necessary to restart the `argocd-application-controller`
Expand Down

0 comments on commit c4ac5aa

Please sign in to comment.