fix yaml name

This commit is contained in:
LMWF 2019-11-22 18:14:02 -08:00
parent e0a100b6c1
commit 3eaf9b946c
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ spec:
Finally, deploy the Dapr configurations:
```bash
kubectl apply -f config.yaml
kubectl apply -f tracing.yaml
kubectl apply -f zipkin.yaml
```