mirror of https://github.com/dapr/docs.git
prod namespace in example, twitter example binding
This commit is contained in:
parent
2df6b98dbb
commit
0c78730787
|
@ -17,7 +17,7 @@ apiVersion: dapr.io/v1alpha1
|
|||
kind: Component
|
||||
metadata:
|
||||
name: statestore
|
||||
namespace: default
|
||||
namespace: production
|
||||
spec:
|
||||
type: state.redis
|
||||
metadata:
|
||||
|
@ -65,7 +65,7 @@ apiVersion: dapr.io/v1alpha1
|
|||
kind: Component
|
||||
metadata:
|
||||
name: statestore
|
||||
namespace: default
|
||||
namespace: production
|
||||
spec:
|
||||
type: state.redis
|
||||
metadata:
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Kubernetes Events Binding Spec
|
||||
# Twitter Binding Spec
|
||||
|
||||
```yaml
|
||||
apiVersion: dapr.io/v1alpha1
|
||||
|
|
Loading…
Reference in New Issue