We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e97cf59 commit 8d146efCopy full SHA for 8d146ef
internal/controller/semeru_compiler.go
@@ -442,7 +442,7 @@ func (r *ReconcileWebSphereLiberty) reconcileSemeruCMCertificate(wlva *wlv1.WebS
442
svcCert.Name = getSemeruCompilerNameWithGeneration(wlva)
443
svcCert.Namespace = wlva.GetNamespace()
444
customIssuer := &certmanagerv1.Issuer{ObjectMeta: metav1.ObjectMeta{
445
- Name: "wlo-" + "-custom-issuer",
+ Name: OperatorShortName + "-custom-issuer",
446
Namespace: svcCert.Namespace,
447
}}
448
0 commit comments