We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49fefce commit 8d8fb20Copy full SHA for 8d8fb20
internal/naming/names.go
@@ -626,15 +626,15 @@ func UpgradeCheckConfigMap() metav1.ObjectMeta {
626
// CAIssuer returns the ObjectMeta for the CA Issuer used by cert-manager.
627
func CAIssuer(cluster *v1beta1.PostgresCluster) metav1.ObjectMeta {
628
return metav1.ObjectMeta{
629
- Namespace: config.PGONamespace(),
+ Namespace: cluster.Namespace,
630
Name: cluster.Name + "-ca-issuer",
631
}
632
633
634
// TLSIssuer returns the ObjectMeta for the TLS Issuer used by cert-manager.
635
func TLSIssuer(cluster *v1beta1.PostgresCluster) metav1.ObjectMeta {
636
637
638
Name: cluster.Name + "-tls-issuer",
639
640
0 commit comments