We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b05e7f commit c35bbc3Copy full SHA for c35bbc3
pkg/cloud/services/autoscaling/lifecyclehook.go
@@ -151,6 +151,8 @@ func getLifecycleHookSpecificationList(lifecycleHooks []expinfrav1.AWSLifecycleH
151
timeoutSeconds := hook.HeartbeatTimeout.Duration.Seconds()
152
spec.HeartbeatTimeout = aws.Int64(int64(timeoutSeconds))
153
}
154
+
155
+ ret = append(ret, spec)
156
157
158
return
0 commit comments