Skip to content

Commit 411a6c5

Browse files
authored
fix: Remove remaining old-style call-out (#1008)
This call-out was missed in a recent fix: multiple instances existed in the same file.
1 parent 6c53ac6 commit 411a6c5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

content/nginx-one/k8s/add-ngf-helm.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,11 @@ helm install ngf . \
108108

109109
{{%tab name="NGINX Plus"%}}
110110

111-
{{< note >}} If applicable, replace the F5 Container registry `private-registry.nginx.com` with your internal registry for your NGINX Plus image, and replace `nginx-plus-registry-secret` with your Secret name containing the registry credentials. If your NGINX Plus JWT Secret has a different name than the default `nplus-license`, then define that name using the `nginx.usage.secretName` flag. {{< /note >}}
111+
{{< call-out "note" >}}
112+
113+
If applicable, replace the F5 Container registry `private-registry.nginx.com` with your internal registry for your NGINX Plus image, and replace `nginx-plus-registry-secret` with your Secret name containing the registry credentials. If your NGINX Plus JWT Secret has a different name than the default `nplus-license`, then define that name using the `nginx.usage.secretName` flag.
114+
115+
{{< /call-out >}}
112116

113117
To install the chart into the **nginx-gateway** namespace, run the following command:
114118

0 commit comments

Comments
 (0)