Skip to content

Commit eca5ae1

Browse files
authored
Fix custom Issuer name in Semeru Cloud Compiler (#627)
1 parent becf646 commit eca5ae1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: internal/controller/semeru_compiler.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ func (r *ReconcileOpenLiberty) reconcileSemeruCMCertificate(ola *openlibertyv1.O
441441
svcCert.Name = getSemeruCompilerNameWithGeneration(ola)
442442
svcCert.Namespace = ola.GetNamespace()
443443
customIssuer := &certmanagerv1.Issuer{ObjectMeta: metav1.ObjectMeta{
444-
Name: "olo-" + "-custom-issuer",
444+
Name: OperatorShortName + "-custom-issuer",
445445
Namespace: svcCert.Namespace,
446446
}}
447447

0 commit comments

Comments
 (0)