mirror of https://github.com/dapr/docs.git
Wrap value in doublequotes for ttlInSeconds value. (#530)
ttlInSeconds parameter needs to be doublequoted or you get a very, very arcane error message complaining about an error from the ReadString method requires \" or n which took me quite a long time to figure out.
This commit is contained in:
parent
5961149b25
commit
0233f6dfdf
|
@ -15,7 +15,7 @@ spec:
|
|||
- name: queue
|
||||
value: "myqueue"
|
||||
- name: ttlInSeconds
|
||||
value: 60
|
||||
value: "60"
|
||||
```
|
||||
|
||||
- `storageAccount` is the Azure Storage account name.
|
||||
|
|
Loading…
Reference in New Issue