Skip to content

Commit

Permalink
docs: add context to configmap example (#16763) (#16764)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
Co-authored-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
  • Loading branch information
gcp-cherry-pick-bot[bot] and crenshaw-dev authored Jan 6, 2024
1 parent 3f18c21 commit 3ca6785
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 3ca6785

Please sign in to comment.