diff --git a/internal/controller/semeru_compiler.go b/internal/controller/semeru_compiler.go index 9d01b360..e73ef0cd 100644 --- a/internal/controller/semeru_compiler.go +++ b/internal/controller/semeru_compiler.go @@ -441,7 +441,7 @@ func (r *ReconcileOpenLiberty) reconcileSemeruCMCertificate(ola *openlibertyv1.O svcCert.Name = getSemeruCompilerNameWithGeneration(ola) svcCert.Namespace = ola.GetNamespace() customIssuer := &certmanagerv1.Issuer{ObjectMeta: metav1.ObjectMeta{ - Name: "olo-" + "-custom-issuer", + Name: OperatorShortName + "-custom-issuer", Namespace: svcCert.Namespace, }}