Skip to content

Commit a706afa

Browse files
Removed references to private registry (#269)
Removed outdated references to private docker registry
1 parent ffb2548 commit a706afa

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ The `values.yaml` file customizes the Helm chart installation without modifying
133133

134134
- In the `imagePullSecrets` section, add the credentials for your private Docker registry.
135135
- 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).
137136
- If deploying on OpenShift, add the `openshift.enabled: true` setting.
138137

139138
{{< 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
344343

345344
- In the `imagePullSecrets` section, add the credentials for your private Docker registry.
346345
- 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).
348346

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

0 commit comments

Comments
 (0)