Skip to content

Commit 72d2957

Browse files
Typo fix
1 parent 1c48879 commit 72d2957

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/content/installation/using-the-jwt-token-docker-secret.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ First, `cat` the contents of the `JWT` token. We will use the output of the `tok
5252
```
5353
We will now create the Kubernetes secret required to authenticate to the NGINX private-registry to be able to pull the NGINX Ingress controller image:
5454

55-
``bash
55+
```
5656
kubectl create secret docker-registry regcred --docker-server=private-registry.nginx.com --docker-username=<JWT Token> --docker-password=none [-n nginx-ingress]
57-
``
57+
```
5858
5959
2. Confirm the details of the created secret by running:
6060

0 commit comments

Comments
 (0)