Skip to content

Commit 65fbb12

Browse files
authored
fix: minor yaml fixes
1 parent 0ef5e92 commit 65fbb12

File tree

1 file changed

+40
-32
lines changed

1 file changed

+40
-32
lines changed

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

Lines changed: 40 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -364,38 +364,46 @@ The `values.yaml` file customizes the Helm chart installation without changing t
364364
365365
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.
366366
367-
```yaml
368-
imagePullSecrets:
369-
- name: regcred
370-
apigw:
371-
image:
372-
repository: private-registry.nginx.com/nms/apigw
373-
tag: <version>
374-
core:
375-
image:
376-
repository: private-registry.nginx.com/nms/core
377-
tag: <version>
378-
dpm:
379-
image:
380-
repository: private-registry.nginx.com/nms/dpm
381-
tag: <version>
382-
ingestion:
383-
image:
384-
repository: private-registry.nginx.com/nms/ingestion
385-
tag: <version>
386-
integrations:
387-
image:
388-
repository: private-registry.nginx.com/nms/integrations
389-
tag: <version>
390-
secmon:
391-
image:
392-
repository: private-registry.nginx.com/nms/secmon
393-
tag: <version>
394-
utility:
395-
image:
396-
repository: private-registry.nginx.com/nms/utility
397-
tag: <version>
398-
```
367+
```yaml
368+
imagePullSecrets:
369+
- name: regcred
370+
371+
apigw:
372+
image:
373+
repository: private-registry.nginx.com/nms/apigw
374+
tag: <version>
375+
376+
core:
377+
image:
378+
repository: private-registry.nginx.com/nms/core
379+
tag: <version>
380+
381+
dpm:
382+
image:
383+
repository: private-registry.nginx.com/nms/dpm
384+
tag: <version>
385+
386+
ingestion:
387+
image:
388+
repository: private-registry.nginx.com/nms/ingestion
389+
tag: <version>
390+
391+
integrations:
392+
image:
393+
repository: private-registry.nginx.com/nms/integrations
394+
tag: <version>
395+
396+
secmon:
397+
image:
398+
repository: private-registry.nginx.com/nms/secmon
399+
tag: <version>
400+
401+
utility:
402+
image:
403+
repository: private-registry.nginx.com/nms/utility
404+
tag: <version>
405+
```
406+
399407
400408
2. Save and close the `values.yaml` file.
401409

0 commit comments

Comments
 (0)