Skip to content

Commit 3228dd6

Browse files
mclasmeierporridge
andauthored
Update internal/deployer/deploy_via_operator.go
Co-authored-by: Marcin Owsiany <porridge@redhat.com>
1 parent eaecd9d commit 3228dd6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

internal/deployer/deploy_via_operator.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -446,8 +446,8 @@ type componentWaitConfig struct {
446446

447447
// Only supports component.Central or component.SecuredCluster to be provided.
448448
func (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

0 commit comments

Comments
 (0)