@@ -92,8 +92,9 @@ type CentralConfig struct {
9292// DefaultCentralConfig returns a CentralConfig with sensible defaults.
9393func DefaultCentralConfig () CentralConfig {
9494 return CentralConfig {
95- DeployTimeout : DefaultCentralWaitTimeout ,
96- Namespace : "acs-central" ,
95+ DeployTimeout : DefaultCentralWaitTimeout ,
96+ Namespace : "acs-central" ,
97+ EarlyReadiness : true ,
9798 Spec : map [string ]interface {}{
9899 "central" : map [string ]interface {}{
99100 "telemetry" : map [string ]interface {}{
@@ -209,9 +210,10 @@ type SecuredClusterConfig struct {
209210// DefaultSecuredClusterConfig returns a SecuredClusterConfig with sensible defaults.
210211func DefaultSecuredClusterConfig () SecuredClusterConfig {
211212 return SecuredClusterConfig {
212- DeployTimeout : DefaultSecuredClusterWaitTimeout ,
213- Namespace : "acs-sensor" ,
214- Spec : make (map [string ]interface {}),
213+ DeployTimeout : DefaultSecuredClusterWaitTimeout ,
214+ Namespace : "acs-sensor" ,
215+ EarlyReadiness : true ,
216+ Spec : make (map [string ]interface {}),
215217 }
216218}
217219
0 commit comments