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
|
name: lockstore
|
||||||
spec:
|
spec:
|
||||||
type: lock.redis
|
type: lock.redis
|
||||||
|
version: v1
|
||||||
metadata:
|
metadata:
|
||||||
- name: redisHost
|
- name: redisHost
|
||||||
value: localhost:6379
|
value: localhost:6379
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue