Skip to content

Commit f1bd7c4

Browse files
committed
Update kustomization.md
I generated a file in a here document, but the shell variable part seemed to be empty.
1 parent 0ed0a0c commit f1bd7c4

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
@@ -749,7 +749,7 @@ not recommended to hard code the Service name in the command argument. For this
749749

750750
```shell
751751
# Create a deployment.yaml file
752-
cat <<EOF > deployment.yaml
752+
cat <<\EOF > deployment.yaml
753753
apiVersion: apps/v1
754754
kind: Deployment
755755
metadata:

0 commit comments

Comments
 (0)