Skip to content

Commit 056cdb8

Browse files
Fixed typo in installation / Helm Chart
1 parent 37ab8d6 commit 056cdb8

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
@@ -161,7 +161,7 @@ You can also use the certificate and key from the MyF5 portal and the Docker reg
161161
]
162162
}
163163
164-
$ curl <https://private-registry.nginx.com/v2/nginx-ic-nap/nginx-plus-ingress/tags/list> --key <path-to-client.key> --cert <path-to-client.cert> | jq
164+
$ curl https://private-registry.nginx.com/v2/nginx-ic-nap/nginx-plus-ingress/tags/list --key <path-to-client.key> --cert <path-to-client.cert> | jq
165165
{
166166
"name": "nginx-ic-nap/nginx-plus-ingress",
167167
"tags": [
@@ -170,7 +170,7 @@ You can also use the certificate and key from the MyF5 portal and the Docker reg
170170
]
171171
}
172172
173-
$ curl <https://private-registry.nginx.com/v2/nginx-ic-dos/nginx-plus-ingress/tags/list> --key <path-to-client.key> --cert <path-to-client.cert> | jq
173+
$ curl https://private-registry.nginx.com/v2/nginx-ic-dos/nginx-plus-ingress/tags/list --key <path-to-client.key> --cert <path-to-client.cert> | jq
174174
{
175175
"name": "nginx-ic-dos/nginx-plus-ingress",
176176
"tags": [

0 commit comments

Comments
 (0)