From 84aa7832cfae2dd9ef093291d3071ba7e859443e Mon Sep 17 00:00:00 2001 From: Hiranmoy Das Chowdhury Date: Thu, 2 Jan 2025 17:03:14 +0600 Subject: [PATCH] add pcp.conf Signed-off-by: Hiranmoy Das Chowdhury --- apis/kubedb/constants.go | 1 + 1 file changed, 1 insertion(+) diff --git a/apis/kubedb/constants.go b/apis/kubedb/constants.go index 834feb32c..e88225786 100644 --- a/apis/kubedb/constants.go +++ b/apis/kubedb/constants.go @@ -650,6 +650,7 @@ const ( PgpoolPcpPortName = "pcp" PgpoolCustomConfigFile = "pgpool.conf" PgpoolCustomHBAConfigFile = "pool_hba.conf" + PgpoolCustomPCPFile = "pcp.conf" // ========================================== ZooKeeper Constants =================================================// KubeDBZooKeeperRoleName = "kubedb:zookeeper-version-reader"