Skip to content

Commit 2d4418a

Browse files
committed
Revert "Change name again (fix for old cert-manager versions)"
This reverts commit 9a5e7d6.
1 parent 9a5e7d6 commit 2d4418a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/v1/postgres_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -647,7 +647,7 @@ func (p *Postgres) ToDNSName(tlsSubDomain string) string {
647647
}
648648

649649
func (p *Postgres) ToTLSSecretName() string {
650-
return p.ToPeripheralResourceName()
650+
return "pg-tls"
651651
}
652652

653653
func (p *Postgres) ToPeripheralResourceLookupKey() types.NamespacedName {

0 commit comments

Comments
 (0)