Skip to content

Commit 8a11595

Browse files
robertgraeffreshnm
andauthored
fix: decrease timeout of cert-manager webhook (#71)
Co-authored-by: René Schünemann <[email protected]>
1 parent 74d5e85 commit 8a11595

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/controller/core/cloudorchestrator/controller.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -344,6 +344,7 @@ func convertToControlPlaneSpec(coSpec *openmcpv1alpha1.CloudOrchestratorSpec, ap
344344
}
345345
controlPlaneSpec.CertManager = &corev1beta1.CertManagerConfig{
346346
Version: "1.16.1",
347+
Values: &apiextensionsv1.JSON{Raw: []byte(`{"webhook":{"timeoutSeconds":15}}`)},
347348
}
348349
}
349350

0 commit comments

Comments
 (0)