diff --git a/helpers/config/config_struct.go b/helpers/config/config_struct.go index 585f07f55..fe1362c22 100644 --- a/helpers/config/config_struct.go +++ b/helpers/config/config_struct.go @@ -230,7 +230,7 @@ func getDefaults() config { defaults.RequireProxiedAppTraffic = ptrToBool(false) defaults.DynamicASGsEnabled = ptrToBool(true) - defaults.CommaDelimitedASGsEnabled = ptrToBool(true) + defaults.CommaDelimitedASGsEnabled = ptrToBool(false) defaults.ReadinessHealthChecksEnabled = ptrToBool(true) defaults.NamePrefix = ptrToString("CATS")