From 768842c8cb56a919cf3ba366c408c8b2257407cb Mon Sep 17 00:00:00 2001 From: CI Date: Thu, 14 Jul 2022 13:34:19 -0400 Subject: [PATCH] docs: use quotes to emphasize that ConfigMap value is a string Signed-off-by: CI --- docs/operator-manual/web_based_terminal.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/operator-manual/web_based_terminal.md b/docs/operator-manual/web_based_terminal.md index 74d1b93b30c92..25fccf2de4195 100644 --- a/docs/operator-manual/web_based_terminal.md +++ b/docs/operator-manual/web_based_terminal.md @@ -12,7 +12,7 @@ Kubernetes), then the user effectively has the same privileges as that ServiceAc ## Enabling the terminal -1. Set the `exec.enabled` key to `true` on the `argocd-cm` ConfigMap. +1. Set the `exec.enabled` key to `"true"` on the `argocd-cm` ConfigMap. 2. Patch the `argocd-server` Role (if using namespaced Argo) or ClusterRole (if using clustered Argo) to allow `argocd-server` to exec into pods