mirror of https://github.com/dapr/docs.git
change metadata.name back
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
This commit is contained in:
parent
95becff74a
commit
16875dc451
|
@ -41,7 +41,7 @@ With the `pubsub.yaml` component, you can easily swap out underlying components
|
|||
apiVersion: dapr.io/v1alpha1
|
||||
kind: Component
|
||||
metadata:
|
||||
name: rabbitmq-pubsub
|
||||
name: order-pub-sub
|
||||
spec:
|
||||
type: pubsub.rabbitmq
|
||||
version: v1
|
||||
|
@ -117,7 +117,7 @@ To deploy this into a Kubernetes cluster, fill in the `metadata` connection deta
|
|||
apiVersion: dapr.io/v1alpha1
|
||||
kind: Component
|
||||
metadata:
|
||||
name: rabbitmq-pubsub
|
||||
name: order-pub-sub
|
||||
spec:
|
||||
type: pubsub.rabbitmq
|
||||
version: v1
|
||||
|
|
Loading…
Reference in New Issue