Skip to content

Commit

Permalink
Fix example id
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Bush <[email protected]>

Co-authored-by: Fatih Türken <[email protected]>
  • Loading branch information
mbbush and turkenf committed Mar 16, 2024
1 parent 2259228 commit 4e6dfb0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion examples/kafkaconnect/v1beta1/connector-nokafka.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ apiVersion: s3.aws.upbound.io/v1beta1
kind: Object
metadata:
annotations:
meta.upbound.io/example-id: kafkaconnect/v1beta1/customplugin
meta.upbound.io/example-id: kafkaconnect/v1beta1/connector
uptest.upbound.io/disable-import: "true"
labels:
testing.upbound.io/example-name: connector-nokafka
Expand Down Expand Up @@ -238,6 +238,8 @@ spec:
apiVersion: ec2.aws.upbound.io/v1beta1
kind: SecurityGroupRule
metadata:
annotations:
meta.upbound.io/example-id: kafkaconnect/v1beta1/connector
labels:
testing.upbound.io/example-name: connector-nokafka
name: ingress
Expand All @@ -256,6 +258,8 @@ spec:
apiVersion: ec2.aws.upbound.io/v1beta1
kind: SecurityGroupRule
metadata:
annotations:
meta.upbound.io/example-id: kafkaconnect/v1beta1/connector
labels:
testing.upbound.io/example-name: connector-nokafka
name: egress
Expand Down

0 comments on commit 4e6dfb0

Please sign in to comment.