Skip to content

Commit

Permalink
update firehose config in kafka example
Browse files Browse the repository at this point in the history
  • Loading branch information
mbbush committed Sep 14, 2023
1 parent 02ed2d8 commit 4a6eb32
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions examples/kafka/cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,18 +99,19 @@ kind: DeliveryStream
metadata:
labels:
testing.upbound.io/example-name: test_stream
name: test-stream
name: example
spec:
forProvider:
destination: s3
destination: extended_s3
region: us-west-1
s3Configuration:
extendedS3Configuration:
- bucketArnSelector:
matchLabels:
testing.upbound.io/example-name: bucket
roleArnSelector:
matchLabels:
testing.upbound.io/example-name: firehose_role
name: example
tags:
LogDeliveryEnabled: placeholder

Expand Down

0 comments on commit 4a6eb32

Please sign in to comment.