Skip to content

Commit

Permalink
Update Cluster Template for ByoCluster Bundle fields (#257)
Browse files Browse the repository at this point in the history
Added bundleLookupBaseRegistry,bundleLookupTag for ByoCluster in cluster templates

Signed-off-by: Dharmjit Singh <[email protected]>
  • Loading branch information
Dharmjit Singh committed Nov 22, 2021
1 parent 42b6981 commit ebe8e3e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,8 @@ kind: ByoCluster
metadata:
name: ${CLUSTER_NAME}
spec:
bundleLookupBaseRegistry: projects.registry.vmware.com/cluster_api_provider_bringyourownhost
bundleLookupTag: v0.1.0_alpha.2
controlPlaneEndpoint:
host: ${CONTROL_PLANE_ENDPOINT_IP}
port: 6443
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ kind: ByoCluster
metadata:
name: ${CLUSTER_NAME}
spec:
bundleLookupBaseRegistry: projects.registry.vmware.com/cluster_api_provider_bringyourownhost
bundleLookupTag: v0.1.0_alpha.2
controlPlaneEndpoint:
host: ${CONTROL_PLANE_ENDPOINT_IP}
port: 6443
Expand Down

0 comments on commit ebe8e3e

Please sign in to comment.