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:
William Eastbury 2020-04-20 16:51:11 +01:00 committed by GitHub
parent 5961149b25
commit 0233f6dfdf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ spec:
- name: queue
value: "myqueue"
- name: ttlInSeconds
value: 60
value: "60"
```
- `storageAccount` is the Azure Storage account name.