Skip to content

Commit

Permalink
Fixed e2e pipeline failure
Browse files Browse the repository at this point in the history
  • Loading branch information
shivi28 committed Jun 10, 2022
1 parent 9bcc762 commit 50bbde9
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ func main() {
setupLog.Error(err, "unable to create controller", "controller", "ByoMachineTemplate")
os.Exit(1)
}

if err = (&byohcontrollers.ByoClusterReconciler{
Client: mgr.GetClient(),
Scheme: mgr.GetScheme(),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,6 @@ metadata:
name: ${CLUSTER_NAME}
spec:
bundleLookupBaseRegistry: projects.registry.vmware.com/cluster_api_provider_bringyourownhost
bundleLookupTag: ${BUNDLE_LOOKUP_TAG}
controlPlaneEndpoint:
host: ${CONTROL_PLANE_ENDPOINT_IP}
port: 6443
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ metadata:
name: ${CLUSTER_NAME}
spec:
bundleLookupBaseRegistry: projects.registry.vmware.com/cluster_api_provider_bringyourownhost
bundleLookupTag: ${BUNDLE_LOOKUP_TAG}
controlPlaneEndpoint:
host: ${CONTROL_PLANE_ENDPOINT_IP}
port: 6443
Expand Down

0 comments on commit 50bbde9

Please sign in to comment.