Description:
I want to use my own Issuer and cert-manager with PostgreSQL Operator. Right now when I have cert-manager deployed, Operator creates the Issuer , Certificate resources and Secrets for me. All self-signed. It looks ok, but what if I want to use my own CA and Issuer that I already have in the k8s cluster?
For other Percona Operators (like PSMDB) there is a custom field:
issuerConf:
# name: special-selfsigned-issuer
# kind: ClusterIssuer
# group: cert-manager.io
Even they are not documented in the docs, I see they are present in the CR. Is it that it is supported in PostgreSQL Operator, but not documented?
Version:
2.9.0
Expected Result:
Allow users to use custom Issuer and CA with cert-manager.