Skip to content

Commit 8d146ef

Browse files
authored
Fix custom Issuer name in Semeru Cloud Compiler (#689)
1 parent e97cf59 commit 8d146ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/controller/semeru_compiler.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ func (r *ReconcileWebSphereLiberty) reconcileSemeruCMCertificate(wlva *wlv1.WebS
442442
svcCert.Name = getSemeruCompilerNameWithGeneration(wlva)
443443
svcCert.Namespace = wlva.GetNamespace()
444444
customIssuer := &certmanagerv1.Issuer{ObjectMeta: metav1.ObjectMeta{
445-
Name: "wlo-" + "-custom-issuer",
445+
Name: OperatorShortName + "-custom-issuer",
446446
Namespace: svcCert.Namespace,
447447
}}
448448

0 commit comments

Comments
 (0)