Skip to content

Commit

Permalink
docs: configmap items are strings (argoproj#16737)
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: sshenoy6 <sonamkaup_shenoy@intuit.com>
  • Loading branch information
crenshaw-dev authored and sshenoy6 committed Jan 3, 2024
1 parent c93277c commit 7c2813b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/operator-manual/notifications/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ metadata:
name: argocd-cmd-params-cm
data:
application.namespaces: app-team-one, app-team-two
notificationscontroller.selfservice.enabled: true
notificationscontroller.selfservice.enabled: "true"
```
To use this feature, you can deploy configmap named `argocd-notifications-cm` and possibly a secret `argocd-notifications-secret` in the namespace where the Argo CD application lives.
Expand Down

0 comments on commit 7c2813b

Please sign in to comment.