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:
parent
05517af6cb
commit
4db4e1f341
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user