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
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -133,7 +133,6 @@ The `values.yaml` file customizes the Helm chart installation without modifying
133
133
134
134
- In the `imagePullSecrets` section, add the credentials for your private Docker registry.
135
135
- Change the version tag to the version of NGINX Instance Manager you would like to install. See "Install the chart" below for versions.
136
-
- Replace `<my-docker-registry:port>` with your private Docker registry and port (if applicable).
137
136
- If deploying on OpenShift, add the `openshift.enabled: true` setting.
138
137
139
138
{{< see-also >}} For details 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 >}}
@@ -344,7 +343,6 @@ The `values.yaml` file customizes the Helm chart installation without modifying
344
343
345
344
- In the `imagePullSecrets` section, add the credentials for your private Docker registry.
346
345
- Change the version tag to the version of NGINX Instance Manager you would like to install. See "Install the chart" below for versions.
347
-
- Replace `<my-docker-registry:port>` with your private Docker registry and port (if applicable).
348
346
349
347
{{< see-also >}} For details 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