mirror of https://github.com/dapr/docs.git
Merge pull request #3517 from tanopanta/feature/fix-dis-llock-component
add spec.version for componet.yaml sample of lock.redis #3516
This commit is contained in:
commit
ad3ffbf7e4
|
|
@ -31,6 +31,7 @@ metadata:
|
|||
name: lockstore
|
||||
spec:
|
||||
type: lock.redis
|
||||
version: v1
|
||||
metadata:
|
||||
- name: redisHost
|
||||
value: localhost:6379
|
||||
|
|
|
|||
Loading…
Reference in New Issue