Skip to content

Commit 1428e36

Browse files
authored
Merge pull request #87 from jtherin/release-0.20-lifecycle
fix: typo on annotation
2 parents 30e2594 + 51b6977 commit 1428e36

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)