From 7ab2ba361c27d92d1a01bbbdd6f0735fc25dcaa3 Mon Sep 17 00:00:00 2001 From: Michael Crenshaw Date: Sat, 16 Jul 2022 12:21:23 -0400 Subject: [PATCH] docs: use quotes to emphasize that ConfigMap value is a string (#9995) 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