Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions content/nim/deploy/kubernetes/deploy-using-helm.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ The `values.yaml` file customizes the Helm chart installation without modifying

- In the `imagePullSecrets` section, add the credentials for your private Docker registry.
- Change the version tag to the version of NGINX Instance Manager you would like to install. See "Install the chart" below for versions.
- Replace `<my-docker-registry:port>` with your private Docker registry and port (if applicable).
- If deploying on OpenShift, add the `openshift.enabled: true` setting.

{{< 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 >}}
Expand Down Expand Up @@ -344,7 +343,6 @@ The `values.yaml` file customizes the Helm chart installation without modifying

- In the `imagePullSecrets` section, add the credentials for your private Docker registry.
- Change the version tag to the version of NGINX Instance Manager you would like to install. See "Install the chart" below for versions.
- Replace `<my-docker-registry:port>` with your private Docker registry and port (if applicable).

{{< 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 >}}

Expand Down
Loading