Merge branch 'v1.9' into v1.9.4

This commit is contained in:
Mark Fussell 2022-11-17 22:11:44 -08:00 committed by GitHub
commit 3c0dad5aea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -155,13 +155,14 @@ Learn more in the [declarative and programmatic subscriptions doc]({{< ref subsc
Create a file named `subscription.yaml` and paste the following:
```yaml
apiVersion: dapr.io/v1alpha1
apiVersion: dapr.io/v2alpha1
kind: Subscription
metadata:
name: order-pub-sub
spec:
topic: orders
route: /checkout
routes:
default: /checkout
pubsubname: order-pub-sub
scopes:
- orderprocessing