Merge pull request #25578 from janitha09/patch-2

Update kustomization.md remove "\" from objref example
This commit is contained in:
Kubernetes Prow Robot
2020-12-15 08:05:49 -08:00
committed by GitHub
@@ -590,7 +590,7 @@ spec:
containers:
- name: my-nginx
image: nginx
command: ["start", "--host", "\$(MY_SERVICE_NAME)"]
command: ["start", "--host", "$(MY_SERVICE_NAME)"]
EOF
# Create a service.yaml file