Skip to content

Commit 509d988

Browse files
Update content/nim/deploy/kubernetes/deploy-using-helm.md
Co-authored-by: Travis Martin <[email protected]>
1 parent eeb1ab5 commit 509d988

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/nim/deploy/kubernetes/deploy-using-helm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ For details on creating a secret, see the Kubernetes [Pull an Image from a Priva
405405
Run the `helm install` command to deploy NGINX Instance Manager:
406406
407407
1. Replace `<path-to-your-values.yaml>` with the path to your `values.yaml` file.
408-
2. Replace `YourPassword123#` with a secure password (containing a mix of uppercase, lowercase letters, numbers, and special characters).
408+
2. Replace `<your-password>` with a secure password (containing a mix of uppercase, lowercase letters, numbers, and special characters).
409409
410410
{{< important >}} Remember to save the password for future use. Only the encrypted password is stored, and there's no way to recover or reset it if lost. {{< /important >}}
411411

0 commit comments

Comments
 (0)