prod namespace in example, twitter example binding

This commit is contained in:
Mark Chmarny 2020-05-02 04:09:24 -07:00
parent 2df6b98dbb
commit 0c78730787
2 changed files with 3 additions and 3 deletions

View File

@ -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:

View File

@ -1,4 +1,4 @@
# Kubernetes Events Binding Spec
# Twitter Binding Spec
```yaml
apiVersion: dapr.io/v1alpha1