Skip to content

Commit 676011c

Browse files
authored
Add timeout in STACKIT infraflow for the reconcile of openstack ssh keys (#65)
1 parent 21a3ca1 commit 676011c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/controller/infrastructure/stackit/infraflow/reconcile.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ func (fctx *FlowContext) buildReconcileGraph() *flow.Graph {
7272
_ = fctx.AddTask(g, "ensure openstack keypair",
7373
fctx.ensureOpenStackKeyPair,
7474
shared.DoIf(fctx.hasOpenStackCredentials),
75+
shared.Timeout(defaultTimeout),
7576
)
7677

7778
_ = fctx.AddTask(g, "ensure stackit ssh key pair",

0 commit comments

Comments
 (0)