Skip to content

Commit 951e368

Browse files
committed
Fix instruction name typo
Signed-off-by: Zespre Chang <[email protected]>
1 parent f5bec64 commit 951e368

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/rancher/wait.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ func ToWaitSUCInstruction(imageOverride, systemDefaultRegistry, k8sVersion strin
4444
return nil, fmt.Errorf("resolving location of %s: %w", os.Args[0], err)
4545
}
4646
return &applyinator.Instruction{
47-
Name: "wait-rancher-webhook",
47+
Name: "wait-system-upgrade-controller",
4848
SaveOutput: true,
4949
Args: []string{"retry", kubectl.Command(k8sVersion), "-n", "cattle-system", "rollout", "status", "-w", "deploy/system-upgrade-controller"},
5050
Env: kubectl.Env(k8sVersion),

0 commit comments

Comments
 (0)