2867 change the api group default value to existing one
This commit is contained in:
parent
acb88d9b93
commit
63b95d958a
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue