WASdev / websphere-liberty-operator

Deploy and manage containerized Liberty applications on Kubernetes. Documentation: https://ibm.biz/wlo-docs
Apache License 2.0
9 stars 4 forks source link

Typo in Semeru Cloud Compiler when using cert-manager custom Issuer #690

Open kabicin opened 2 months ago

kabicin commented 2 months ago

When using cert-manager Certificates with Semeru Cloud Compiler in reconcileSemeruCMCertificate there is a typo during custom Issuer lookup wlo--custom-issuer instead of wlo-custom-issuer. Also, the OperatorShortName can be used instead of being hardcoded.

kabicin commented 2 months ago

Created PRs https://github.com/OpenLiberty/open-liberty-operator/pull/627 and https://github.com/WASdev/websphere-liberty-operator/pull/689 to fix this.