Skip to content

Commit

Permalink
Update docs/content/installation/nic-images/using-the-jwt-token-docke…
Browse files Browse the repository at this point in the history
…r-secret.md

Co-authored-by: Venktesh Shivam Patel <[email protected]>
Signed-off-by: Alan Dooley <[email protected]>
  • Loading branch information
ADubhlaoich and vepatel authored Nov 15, 2023
1 parent 3de199c commit 82ca478
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ If the namespace does not exist, `--create-namespace` will create it. Using `-f
If you want to install NGINX Ingress Controller using the charts method, the following is an example of using the command line to pass the required arguments using the `set` parameter.

```shell
helm install my-release -n nginx-ingress oci://ghcr.io/nginxinc/charts/nginx-ingress --version 1.0.2 --set controller.image.repository=private-registry.nginx.com/nginx-ic/nginx-plus-ingress --set controller.image.tag=3.2.0 --set controller.nginxplus=true --set controller.serviceAccount.imagePullSecretName=regcred
helm install my-release -n nginx-ingress oci://ghcr.io/nginxinc/charts/nginx-ingress --version 1.0.2 --set controller.image.repository=private-registry.nginx.com/nginx-ic/nginx-plus-ingress --set controller.image.tag=3.3.2 --set controller.nginxplus=true --set controller.serviceAccount.imagePullSecretName=regcred
```
You can also use the certificate and key from the MyF5 portal and the Docker registry API to list the available image tags for the repositories, for example:

Expand Down

0 comments on commit 82ca478

Please sign in to comment.