Skip to content

Commit 0d1fa42

Browse files
authored
Merge pull request #25578 from janitha09/patch-2
Update kustomization.md remove "\" from objref example
2 parents 8e41aed + 7fdc4b6 commit 0d1fa42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/tasks/manage-kubernetes-objects/kustomization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -590,7 +590,7 @@ spec:
590590
containers:
591591
- name: my-nginx
592592
image: nginx
593-
command: ["start", "--host", "\$(MY_SERVICE_NAME)"]
593+
command: ["start", "--host", "$(MY_SERVICE_NAME)"]
594594
EOF
595595
596596
# Create a service.yaml file

0 commit comments

Comments
 (0)