From be3fbdaec8b1133abbbb0cdcbc865eafdd3db273 Mon Sep 17 00:00:00 2001 From: Mitch Murphy Date: Fri, 5 Jun 2026 14:24:34 -0400 Subject: [PATCH] style(pooler): use acid.zalan.do domain for config checksum annotation --- pkg/cluster/pgbouncer_config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/cluster/pgbouncer_config.go b/pkg/cluster/pgbouncer_config.go index d9566ad5a..e6172ef74 100644 --- a/pkg/cluster/pgbouncer_config.go +++ b/pkg/cluster/pgbouncer_config.go @@ -16,7 +16,7 @@ import ( const ( pgBouncerConfigFileName = "pgbouncer.ini" - poolerConfigChecksumAnnotation = "postgres-operator.zalando.org/pgbouncer-config-checksum" + poolerConfigChecksumAnnotation = "acid.zalan.do/pgbouncer-config-checksum" ) // FIPS-friendly pgbouncer.ini. Differs from the stock Zalando image template: