Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/nic/install/helm/plus.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ These commands should be run in the same directory as your **license.jwt** file.
Create a secret for the NGINX Plus license:

```shell
kubectl create secret generic nplus-license --from-file license.jwt
kubectl create secret generic nplus-license --from-file=license.jwt --type=nginx.com/license
```

Create a secret for the F5 registry:
Expand Down Expand Up @@ -249,4 +249,4 @@ The following chart parameters should be set to `false`:
- [NGINX Ingress Controller Helm chart parameters]({{< ref "/nic/install/helm/parameters.md" >}})
- [Security recommendations]({{< ref "/nic/configuration/security.md" >}})
- [Basic configuration]({{< ref "/nic/configuration/ingress-resources/basic-configuration.md" >}})
- [Extensibility with NGINX Plus]({{< ref "/nic/overview/nginx-plus.md" >}})
- [Extensibility with NGINX Plus]({{< ref "/nic/overview/nginx-plus.md" >}})
Loading