Skip to content

Commit 51b6977

Browse files
committed
fix: typo on annotation
1 parent 30e2594 commit 51b6977

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scaleway/servers.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const (
1717
InstanceTypeBaremtal = "baremetal"
1818

1919
// nodeLabelDisableLifeCycle is a label for nulling cloudprovider.InstancesV2 interface
20-
nodeLabelDisableLifeCycle = "k8s.scw.cloud/disable-lifcycle"
20+
nodeLabelDisableLifeCycle = "k8s.scw.cloud/disable-lifecycle"
2121

2222
// nodeLabelNodePublicIP is a label to override External-IP of a node
2323
nodeLabelNodePublicIP = "k8s.scw.cloud/node-public-ip"

0 commit comments

Comments
 (0)