Use cert manager for cnpg's ca

This commit is contained in:
2025-07-16 10:53:00 +02:00
parent 16a8ec69be
commit f6dc7fcfd6
2 changed files with 36 additions and 6 deletions
+2 -2
View File
@@ -10,8 +10,8 @@ spec:
size: 10Gi
certificates:
clientCASecret: postgres-cert-ca
replicationTLSSecret: postgres-cert-ca
clientCASecret: postgres-ca
replicationTLSSecret: postgres-replication-cert
# this is here because no `Role` crd exsists yet.
# see https://github.com/cloudnative-pg/cloudnative-pg/issues/5341