Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

Commit

Permalink
fixup! feat: deploy Nutanix CCM addon
Browse files Browse the repository at this point in the history
  • Loading branch information
dkoshkin committed Apr 10, 2024
1 parent b7f79b8 commit cd8dd6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/handlers/generic/lifecycle/ccm/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ func (c *CCMHandler) AfterControlPlaneInitialized(
)
resp.SetStatus(runtimehooksv1.ResponseStatusFailure)
resp.SetMessage(
fmt.Sprintf("ffailed to read clusterConfig variable from cluster definition: %v",
fmt.Sprintf("failed to read clusterConfig variable from cluster definition: %v",
err,
),
)
Expand Down

0 comments on commit cd8dd6d

Please sign in to comment.