From 4815bd3de9fbc9b56beea910e84aafa301a592ba Mon Sep 17 00:00:00 2001 From: Kevin Woo Date: Wed, 5 Jun 2019 16:59:46 -0700 Subject: [PATCH] cert-manager-webhook secret exists in cert-manager ns Signed-off-by: Kevin Woo --- docs/getting-started/troubleshooting.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/troubleshooting.rst b/docs/getting-started/troubleshooting.rst index d1428ff62..14623576f 100644 --- a/docs/getting-started/troubleshooting.rst +++ b/docs/getting-started/troubleshooting.rst @@ -115,5 +115,5 @@ again. .. note:: Check if the Secret exists by running:: - kubectl get secret cert-manager-webhook-webhook-tls + kubectl --namespace cert-manager get secret cert-manager-webhook-webhook-tls