mirror of https://github.com/dapr/docs.git
Update get-started-component.md (#1139)
Since it's proposed to create a file name mysecrets.json in the instructions, I think it would be better to have the same filename in the json sample.
This commit is contained in:
parent
ac20cf5aab
commit
7d7855b004
|
@ -50,7 +50,7 @@ spec:
|
|||
version: v1
|
||||
metadata:
|
||||
- name: secretsFile
|
||||
value: <PATH TO SECRETS FILE>/secrets.json
|
||||
value: <PATH TO SECRETS FILE>/mysecrets.json
|
||||
- name: nestedSeparator
|
||||
value: ":"
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue