From 63b95d958aab7eed4b9a71c26d05e7ab2b0497e4 Mon Sep 17 00:00:00 2001 From: Nandan Date: Mon, 24 Feb 2025 09:16:54 -0800 Subject: [PATCH] 2867 change the api group default value to existing one --- pkg/apis/acid.zalan.do/register.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/apis/acid.zalan.do/register.go b/pkg/apis/acid.zalan.do/register.go index 0d6587277..2798f5690 100644 --- a/pkg/apis/acid.zalan.do/register.go +++ b/pkg/apis/acid.zalan.do/register.go @@ -4,7 +4,7 @@ import "os" var ( // GroupName is the group name for the operator CRDs - GroupName = getEnvWithDefault("POSTGRES_OPERATOR_API_GROUP", "ost.cloud.rakuten.com") + GroupName = getEnvWithDefault("POSTGRES_OPERATOR_API_GROUP", "acid.zalan.do") ) func getEnvWithDefault(key, defaultValue string) string {