File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -446,8 +446,8 @@ type componentWaitConfig struct {
446446
447447// Only supports component.Central or component.SecuredCluster to be provided.
448448func (d * Deployer ) constructComponentWaitConfig (comp component.Component ) componentWaitConfig {
449- // Without earlyReadiness we wait for the component's CR's Available condition to be True. This indicates all deployments are ready.
450- // With earlyReadiness we just wait for the core workload's Available condition of that component to be True.
449+ // Without earlyReadiness we wait for the Available condition of component's CR to be True. This indicates all deployments are ready.
450+ // With earlyReadiness we just wait for the Available condition of that component's core Deployment to be True.
451451 switch comp {
452452 case component .Central :
453453 waitFor := "central/" + centralCrName
You can’t perform that action at this time.
0 commit comments