2867 change the api group default value to existing one

This commit is contained in:
Nandan 2025-02-24 09:16:54 -08:00
parent acb88d9b93
commit 63b95d958a
1 changed files with 1 additions and 1 deletions

View File

@ -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 {