Skip to content

Commit 52e05b6

Browse files
committed
address review comments
Signed-off-by: Jonah Back <[email protected]>
1 parent 54d0dbe commit 52e05b6

File tree

1 file changed

+3
-3
lines changed
  • controllers/provisioners/eks

1 file changed

+3
-3
lines changed

controllers/provisioners/eks/eks.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ import (
3333
const (
3434
ProvisionerName = "eks"
3535
defaultLaunchConfigurationRetention = 2
36-
OverrideDefaultLabelsAnnotation = "instancemgr.keikoproj.io/default-labels"
37-
IRSAEnabledAnnotation = "instancemgr.keikoproj.io/irsa-enabled"
38-
OsFamilyAnnotation = "instancemgr.keikoproj.io/os-family"
36+
OverrideDefaultLabelsAnnotation = "instancemgr.keikoproj.io/default-labels"
37+
IRSAEnabledAnnotation = "instancemgr.keikoproj.io/irsa-enabled"
38+
OsFamilyAnnotation = "instancemgr.keikoproj.io/os-family"
3939
ClusterAutoscalerEnabledAnnotation = "instancemgr.keikoproj.io/cluster-autoscaler-enabled"
4040
CustomNetworkingEnabledAnnotation = "instancemgr.keikoproj.io/custom-networking-enabled"
4141
CustomNetworkingHostPodsAnnotation = "instancemgr.keikoproj.io/custom-networking-host-pods"

0 commit comments

Comments
 (0)