mirror of https://github.com/dapr/docs.git
Fix typo (#1850)
This commit is contained in:
parent
9f4094b8f6
commit
5fb93fd3c5
|
@ -128,7 +128,7 @@ Prerequisites:
|
|||
1. Create a Config Map for the workflow:
|
||||
|
||||
```bash
|
||||
kubectl create configmap workflows --from-file ./samples/workflow1. json
|
||||
kubectl create configmap workflows --from-file ./samples/workflow1.json
|
||||
```
|
||||
|
||||
1. Create a secret containing the Azure Storage Account credentials. Replace the account name and key values below with the actual credentials:
|
||||
|
|
Loading…
Reference in New Issue