Skip to content

Commit

Permalink
Update cluster spec with tinkerbell machine configs (#7561)
Browse files Browse the repository at this point in the history
  • Loading branch information
mitalipaygude authored Feb 13, 2024
1 parent c9fa512 commit 01b8b83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/providers/tinkerbell/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ func (p *Provider) SetupAndValidateCreateCluster(ctx context.Context, clusterSpe
if err := p.configureSshKeys(); err != nil {
return err
}
clusterSpec.TinkerbellMachineConfigs = p.machineConfigs
if p.hardwareCSVIsProvided() {
if err := p.readCSVToCatalogue(); err != nil {
return err
Expand Down

0 comments on commit 01b8b83

Please sign in to comment.