We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent becf646 commit eca5ae1Copy full SHA for eca5ae1
internal/controller/semeru_compiler.go
@@ -441,7 +441,7 @@ func (r *ReconcileOpenLiberty) reconcileSemeruCMCertificate(ola *openlibertyv1.O
441
svcCert.Name = getSemeruCompilerNameWithGeneration(ola)
442
svcCert.Namespace = ola.GetNamespace()
443
customIssuer := &certmanagerv1.Issuer{ObjectMeta: metav1.ObjectMeta{
444
- Name: "olo-" + "-custom-issuer",
+ Name: OperatorShortName + "-custom-issuer",
445
Namespace: svcCert.Namespace,
446
}}
447
0 commit comments