Skip to content

Commit d9354b7

Browse files
committed
Skip NMStateConfig asset generation
1 parent 29c4bfa commit d9354b7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pkg/asset/agent/manifests/nmstateconfig.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,7 @@ func (n *NMStateConfig) Generate(dependencies asset.Parents) error {
8080
installConfig := &agent.OptionalInstallConfig{}
8181
dependencies.Get(agentHosts, installConfig, agentWorkflow, clusterInfo)
8282

83-
// Temporary skip in case of add nodes workflow. Main input for this
84-
// asset will be retrieved from the nodes-config.yaml asset
83+
// Not required for the add nodes workflow.
8584
if agentWorkflow.Workflow == workflow.AgentWorkflowTypeAddNodes {
8685
return nil
8786
}

0 commit comments

Comments
 (0)