Update troubleshooting.rst

The example for checking the namespace has the correct label was incorrect.

It was also being hidden on the Github RST rendering, because of the `:emphasize-lines`. I suspect this is why the mistake has never been noticed previously.
I suggest having the example render in github is more important the emphasizing the line.
This commit is contained in:
Dan
2019-06-18 09:35:19 +00:00
committed by jetstack-bot
parent fd5678c493
commit 36289c0458
+4 -3
View File
@@ -28,12 +28,13 @@ following command to verify that your cert-manager namespace has the necessary
label:
.. code-block:: shell
:emphasize-lines: 4
kubectl get namespace
kubectl describe namespace cert-manager
Name: cert-manager
Labels: certmanager.k8s.io/disable-validation=true
Annotations: <none>
Status: Active
...
If you cannot see the ``certmanager.k8s.io/disable-validation=true`` label on