You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/nim/deploy/kubernetes/deploy-using-helm.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -104,7 +104,7 @@ The `values.yaml` file customizes the Helm chart installation without editing th
104
104
1. Create a `values.yaml` file similar to this example:
105
105
106
106
- In the `imagePullSecrets` section, add the credentials for your private Docker registry.
107
-
- Change the Version tag to the version of NGINX Instance Manager you would like to install. See "Install the chart" below for versions.
107
+
- Change the version tag to the version of NGINX Instance Manager you would like to install. See "Install the chart" below for versions.
108
108
109
109
{{< see-also >}} For more on creating a secret, see Kubernetes [Pull an Image from a Private Registry](https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/). {{</ see-also >}}
0 commit comments