Update kustomization.md

I generated a file in a here document, but the shell variable part seemed to be empty.
This commit is contained in:
yoshwata
2021-12-13 22:00:24 +00:00
parent 0ed0a0cce5
commit f1bd7c48af
@@ -749,7 +749,7 @@ not recommended to hard code the Service name in the command argument. For this
```shell
# Create a deployment.yaml file
cat <<EOF > deployment.yaml
cat <<\EOF > deployment.yaml
apiVersion: apps/v1
kind: Deployment
metadata: