change metadata.name back

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
This commit is contained in:
Hannah Hunter 2023-07-27 10:35:10 -04:00
parent 95becff74a
commit 16875dc451
1 changed files with 2 additions and 2 deletions

View File

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