Closed davidfaulkner12 closed 1 year ago
You have to either provide the certificates in the Hem Chart values or have Cert Manager installed to issue one. Telling it to create the secret does not help without providing the certificates,
Apologies for the delayed response, I really appreciate your own promptness.
The certificate was indeed being created but the secret for the cert was not created by cert-manager
due to another error unrelated to strimzi; I addressed that this morning.
Thank you!
Glad it works now. Thanks for the update.
Hello! I am attempting to deploy drain cleaner from the Helm chart at 0.5.0 and I am not able to get the Chart working in any way.
I first attempted to install with an extremely simple
values.yaml
:However, this resulted in the pod never being created, since it unconditionally wants to mount the secret as a volume even though the default is not to create a secret.
I set secret creation to true and attempted to "disable" the certificate watch, but I am getting invalid secrets generated.
The error I see on pod startup is:
I'm not familiar enough with the Helm chart or the internals to know if this is a code bug, a documentation bug, or simply a misunderstanding of how to use this cart. I hope there's something obvious I'm missing!