Skip to content

Commit

Permalink
Fixed typo in installation / Helm Chart
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriziofiorucci committed Sep 11, 2023
1 parent 37ab8d6 commit 056cdb8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ You can also use the certificate and key from the MyF5 portal and the Docker reg
]
}
$ 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
$ 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
{
"name": "nginx-ic-nap/nginx-plus-ingress",
"tags": [
Expand All @@ -170,7 +170,7 @@ You can also use the certificate and key from the MyF5 portal and the Docker reg
]
}
$ 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
$ 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
{
"name": "nginx-ic-dos/nginx-plus-ingress",
"tags": [
Expand Down

0 comments on commit 056cdb8

Please sign in to comment.