Skip to content

Commit ce05d95

Browse files
committed
** Update the infrastructure components file, so the HostProject field is found by capg resources.
1 parent 9b33543 commit ce05d95

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

data/data/cluster-api/gcp-infrastructure-components.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,10 @@ spec:
158158
159159
Defaults to true.
160160
type: boolean
161+
hostProject:
162+
description: HostProject is the name of the project hosting the
163+
shared VPC network resources.
164+
type: string
161165
loadBalancerBackendPort:
162166
description: Allow for configuration of load balancer backend
163167
(useful for changing apiserver port)
@@ -550,6 +554,10 @@ spec:
550554
551555
Defaults to true.
552556
type: boolean
557+
hostProject:
558+
description: HostProject is the name of the project hosting
559+
the shared VPC network resources.
560+
type: string
553561
loadBalancerBackendPort:
554562
description: Allow for configuration of load balancer
555563
backend (useful for changing apiserver port)
@@ -1812,6 +1820,10 @@ spec:
18121820
18131821
Defaults to true.
18141822
type: boolean
1823+
hostProject:
1824+
description: HostProject is the name of the project hosting the
1825+
shared VPC network resources.
1826+
type: string
18151827
loadBalancerBackendPort:
18161828
description: Allow for configuration of load balancer backend
18171829
(useful for changing apiserver port)

0 commit comments

Comments
 (0)