We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21a3ca1 commit 676011cCopy full SHA for 676011c
pkg/controller/infrastructure/stackit/infraflow/reconcile.go
@@ -72,6 +72,7 @@ func (fctx *FlowContext) buildReconcileGraph() *flow.Graph {
72
_ = fctx.AddTask(g, "ensure openstack keypair",
73
fctx.ensureOpenStackKeyPair,
74
shared.DoIf(fctx.hasOpenStackCredentials),
75
+ shared.Timeout(defaultTimeout),
76
)
77
78
_ = fctx.AddTask(g, "ensure stackit ssh key pair",
0 commit comments