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:
|
||||
- name: my-nginx
|
||||
image: nginx
|
||||
command: ["start", "--host", "\$(MY_SERVICE_NAME)"]
|
||||
command: ["start", "--host", "$(MY_SERVICE_NAME)"]
|
||||
EOF
|
||||
|
||||
# Create a service.yaml file
|
||||
|
||||
Reference in New Issue
Block a user