Block a user
fix: modified cert-manager ensure ready to check for existence of pods with labels matching cert-manager in kubernetes env. replaced deprecated olm subscription based install of cert-manager for supported helm-chart
fix: modified cert-manager ensure ready to check for existence of pods with labels matching cert-manager in kubernetes env. replaced deprecated olm subscription based install of cert-manager for supported helm-chart
feat/cert_manager_crds
@jvtrudel I used the example/cert-manager to install, create an issuer and create a certificate. the trait also has a get_ca_cert function which you can call via topology.get_ca_cert()
feat/cert_manager_crds
I think this is a naming problem which makes the intent unclear.
I have CertificateCreationScore, CertificateIssuerScore, and CertificateManagementScore which depend on CertificateManagement…