From ac367986dd14fd7492d286290fc6fb42f0016d27 Mon Sep 17 00:00:00 2001 From: Micheal Kingston <44472403+mkingst@users.noreply.github.com> Date: Fri, 24 Jul 2026 15:05:53 +0100 Subject: [PATCH] Update plus.md - secret command incorrect --- content/nic/install/helm/plus.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/nic/install/helm/plus.md b/content/nic/install/helm/plus.md index 5867e788c..353b7ca8a 100644 --- a/content/nic/install/helm/plus.md +++ b/content/nic/install/helm/plus.md @@ -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: @@ -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" >}}) \ No newline at end of file +- [Extensibility with NGINX Plus]({{< ref "/nic/overview/nginx-plus.md" >}})