fix typo in filename (#277)

sample.yaml -> service.yaml
This commit is contained in:
Marek Bartík 2018-07-26 19:49:35 +02:00 committed by Google Prow Robot
parent d1599ef57a
commit a8a3ac176e
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ kubectl port-forward -n monitoring $(kubectl get pods -n monitoring --selector=a
## Cleanup
```
kubectl delete -f serving/samples/autoscale-go/sample.yaml
kubectl delete -f serving/samples/autoscale-go/service.yaml
```
## Further reading