Skip to content

Commit 81d6eb5

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

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -354,14 +354,14 @@ networkPolicies:
354354
355355
### Create a Helm deployment values.yaml file
356356
357-
The `values.yaml` file customizes the Helm chart installation without modifying the chart itself. You can use it to specify image repositories, environment variables, resource requests, and other settings.
357+
The `values.yaml` file customizes the Helm chart installation without changing the chart itself. You can use it to set image repositories, environment variables, resource requests, and other options.
358358
359-
1. Create a `values.yaml` file similar to this example:
359+
1. Create a `values.yaml` file like this example:
360360
361-
- In the `imagePullSecrets` section, add the credentials for your private Docker registry.
362-
- Change the version tag to the version of NGINX Instance Manager you would like to install. Refer Helm chart table for versions.
361+
- In the `imagePullSecrets` section, add your private Docker registry credentials.
362+
- Set the `tag:` field to the version of NGINX Instance Manager you want to install. You can find supported versions in the Helm chart table.
363363
364-
{{< see-also >}} For details on creating a secret, see the Kubernetes [Pull an Image from a Private Registry](https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/) documentation. {{</ see-also >}}
364+
For details on creating a secret, see the Kubernetes [Pull an Image from a Private Registry](https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/) guide.
365365
366366
```yaml
367367
imagePullSecrets:

0 commit comments

Comments
 (0)