File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
controllers/provisioners/eks Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -33,9 +33,9 @@ import (
3333const (
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"
You can’t perform that action at this time.
0 commit comments