Merge pull request #25578 from janitha09/patch-2
Update kustomization.md remove "\" from objref example
This commit is contained in:
@@ -590,7 +590,7 @@ spec:
|
|||||||
containers:
|
containers:
|
||||||
- name: my-nginx
|
- name: my-nginx
|
||||||
image: nginx
|
image: nginx
|
||||||
command: ["start", "--host", "\$(MY_SERVICE_NAME)"]
|
command: ["start", "--host", "$(MY_SERVICE_NAME)"]
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
# Create a service.yaml file
|
# Create a service.yaml file
|
||||||
|
|||||||
Reference in New Issue
Block a user