Skip to content

Commit

Permalink
Update pkg/controller/installation/core_controller.go
Browse files Browse the repository at this point in the history
Co-authored-by: Casey Davenport <[email protected]>
  • Loading branch information
Brian-McM and caseydavenport authored Feb 27, 2025
1 parent 0fefaa2 commit 6e8be6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controller/installation/core_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -1201,7 +1201,7 @@ func (r *ReconcileInstallation) Reconcile(ctx context.Context, request reconcile
}

calicoVersion = components.EnterpriseRelease
} else {
} else if managmentClusterConnectionExists {
cert, err := certificateManager.GetCertificate(r.client, render.VoltronLinseedPublicCert, common.OperatorNamespace())
if err != nil {
r.status.SetDegraded(operator.CertificateError, fmt.Sprintf("Failed to retrieve / validate %s", render.VoltronLinseedPublicCert), err, reqLogger)
Expand Down

0 comments on commit 6e8be6d

Please sign in to comment.