Fix authentik cert ns

This commit is contained in:
2025-07-17 14:26:02 +02:00
parent d37e399a7c
commit be8bc01370
3 changed files with 12 additions and 6 deletions
+3 -2
View File
@@ -2,7 +2,8 @@ apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
name: postgres-ca
namespace: postgres
# cert needs to be on the cluster's default resource ns aka cert-manager by default
namespace: cert-manager
spec:
isCA: true
commonName: postgres-ca
@@ -16,7 +17,7 @@ spec:
group: cert-manager.io
---
apiVersion: cert-manager.io/v1
kind: Issuer
kind: ClusterIssuer
metadata:
name: postgres-ca
namespace: postgres
+2 -2
View File
@@ -22,7 +22,7 @@ spec:
- postgres-cluster-ro.postgres.svc
issuerRef:
name: postgres-ca
kind: Issuer
kind: ClusterIssuer
group: cert-manager.io
---
apiVersion: cert-manager.io/v1
@@ -36,5 +36,5 @@ spec:
commonName: streaming_replica
issuerRef:
name: postgres-ca
kind: Issuer
kind: ClusterIssuer
group: cert-manager.io