Skip to content

Commit

Permalink
docs: add context to configmap example (argoproj#16763)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
Signed-off-by: Kevin Lyda <kevin@lyda.ie>
  • Loading branch information
crenshaw-dev authored and lyda committed Mar 28, 2024
1 parent df196ad commit b5d3181
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 b5d3181

Please sign in to comment.