cloudflare / origin-ca-issuer

cert-manager issuer for Origin CA
BSD 3-Clause "New" or "Revised" License
252 stars 65 forks source link

Fix deployment manifest #133

Closed jcolfej closed 3 months ago

jcolfej commented 3 months ago

With manifests installation, it's impossible to create a valid ClusterOriginIssuer. According to the logs, the controller was unable to access the secret. After debugging, the namespace used for secrets was not correctly passed as container argument... This MR is here to fix that ;)

agravgaard commented 1 month ago

I ran into the same issue, I could fix it with a patch in my kustomization. Thanks for sharing the solution :)