Update kustomization.md
I generated a file in a here document, but the shell variable part seemed to be empty.pull/30702/head
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:
|
||||
|
|
Loading…
Reference in New Issue