style(pooler): use acid.zalan.do domain for config checksum annotation
This commit is contained in:
parent
3dabf6c379
commit
be3fbdaec8
|
|
@ -16,7 +16,7 @@ import (
|
||||||
|
|
||||||
const (
|
const (
|
||||||
pgBouncerConfigFileName = "pgbouncer.ini"
|
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:
|
// FIPS-friendly pgbouncer.ini. Differs from the stock Zalando image template:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue