Skip to content

Commit 80f4c71

Browse files
committed
examples: fix route53profiles manifests
Signed-off-by: Erhan Cagirici <erhan@upbound.io>
1 parent 9177eaa commit 80f4c71

File tree

4 files changed

+12
-8
lines changed

4 files changed

+12
-8
lines changed

examples/route53profiles/cluster/v1beta1/association.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,5 @@ metadata:
5151
name: example
5252
spec:
5353
forProvider:
54-
cidr: 10.0.0.0/16
54+
cidrBlock: 10.0.0.0/16
5555
region: us-west-1

examples/route53profiles/cluster/v1beta1/resourceassociation.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ metadata:
3434
name: example
3535
spec:
3636
forProvider:
37-
name: example.com
38-
region: us-west-1
37+
name: mycompanydemo.test
3938
vpc:
4039
- vpcIdSelector:
4140
matchLabels:
4241
testing.upbound.io/example-name: example
42+
vpcRegion: us-west-1
4343

4444
---
4545

@@ -68,5 +68,7 @@ metadata:
6868
name: example
6969
spec:
7070
forProvider:
71-
cidr: 10.0.0.0/16
7271
region: us-west-1
72+
cidrBlock: 10.0.0.0/16
73+
enableDnsHostnames: true
74+
enableDnsSupport: true

examples/route53profiles/namespaced/v1beta1/association.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,5 @@ metadata:
5454
namespace: upbound-system
5555
spec:
5656
forProvider:
57-
cidr: 10.0.0.0/16
57+
cidrBlock: 10.0.0.0/16
5858
region: us-west-1

examples/route53profiles/namespaced/v1beta1/resourceassociation.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ metadata:
3636
namespace: upbound-system
3737
spec:
3838
forProvider:
39-
name: example.com
40-
region: us-west-1
39+
name: mycompanydemo.test
4140
vpc:
4241
- vpcIdSelector:
4342
matchLabels:
4443
testing.upbound.io/example-name: example
44+
vpcRegion: us-west-1
4545

4646
---
4747

@@ -72,5 +72,7 @@ metadata:
7272
namespace: upbound-system
7373
spec:
7474
forProvider:
75-
cidr: 10.0.0.0/16
7675
region: us-west-1
76+
cidrBlock: 10.0.0.0/16
77+
enableDnsHostnames: true
78+
enableDnsSupport: true

0 commit comments

Comments
 (0)