Skip to content

Commit e68b849

Browse files
author
Moritz Clasmeier
committed
Readd comment
1 parent 824d85e commit e68b849

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

internal/deployer/config.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,10 @@ func DefaultCentralConfig() CentralConfig {
105105
}
106106

107107
func (c *CentralConfig) GetWaitConfig() WaitConfig {
108+
// Without earlyReadiness we wait for the Available condition of component's CR to be True.
109+
// This indicates all deployments are ready.
110+
// With earlyReadiness we just wait for the Available condition of that component's core
111+
// Deployment to be True.
108112
waitFor := "central/" + centralCrName
109113
if c.EarlyReadiness {
110114
waitFor = "deployment/central"

0 commit comments

Comments
 (0)