We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 509d988 commit fd9a626Copy full SHA for fd9a626
content/nim/deploy/kubernetes/deploy-using-helm.md
@@ -412,7 +412,7 @@ Run the `helm install` command to deploy NGINX Instance Manager:
412
413
```shell
414
helm install -n nms-hybrid \
415
---set adminPasswordHash=$(openssl passwd -6 'YourPassword123#') \
+--set adminPasswordHash=$(openssl passwd -6 '<your-password>') \
416
nms nginx-stable/nms-hybrid \
417
--create-namespace \
418
-f <path-to-your-values.yaml> \
0 commit comments