Skip to content

Commit

Permalink
chore: update crossplane render command to use correct file paths and…
Browse files Browse the repository at this point in the history
… names
  • Loading branch information
irizzant committed May 24, 2024
1 parent 441df43 commit 562d7cd
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 16 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ uptest: $(UPTEST) $(KUBECTL) $(KUTTL)
e2e: build controlplane.up local.xpkg.deploy.configuration.$(PROJECT_NAME) uptest

render:
crossplane beta render examples/network-xr.yaml apis/basic/composition.yaml examples/function/function.yaml -r
crossplane beta render examples/network-xr.yaml apis/composition.yaml examples/functions.yaml -r

yamllint:
@$(INFO) running yamllint
Expand Down
1 change: 0 additions & 1 deletion apis/composition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ metadata:
name: xnetworks.aws.platform.upbound.io
labels:
provider: aws
type: basic
spec:
compositeTypeRef:
apiVersion: aws.platform.upbound.io/v1alpha1
Expand Down
28 changes: 14 additions & 14 deletions examples/network-xr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ spec:
parameters:
id: platform-ref-aws
region: us-west-2
vpcCidrBlock: 192.168.0.0/16
subnets:
- availabilityZone: us-west-2a
type: public
cidrBlock: 192.168.0.0/18
- availabilityZone: us-west-2b
type: public
cidrBlock: 192.168.64.0/18
- availabilityZone: us-west-2a
type: private
cidrBlock: 192.168.128.0/18
- availabilityZone: us-west-2b
type: private
cidrBlock: 192.168.192.0/18
vpcCidrBlock: 192.168.0.0/16
subnets:
- availabilityZone: us-west-2a
type: public
cidrBlock: 192.168.0.0/18
- availabilityZone: us-west-2b
type: public
cidrBlock: 192.168.64.0/18
- availabilityZone: us-west-2a
type: private
cidrBlock: 192.168.128.0/18
- availabilityZone: us-west-2b
type: private
cidrBlock: 192.168.192.0/18

0 comments on commit 562d7cd

Please sign in to comment.