Skip to content

Commit 5ecf4ee

Browse files
author
Marcus Christian Lehmann
committed
disabling status TLS as it also fetches the Hypervisor CRO
1 parent ad1cb44 commit 5ecf4ee

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

internal/controller/secret_controller.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,9 @@ func (r *SecretReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctr
8888
return ctrl.Result{}, nil
8989
}
9090

91-
_ = r.setTLSStatusCondition(ctx, metav1.ConditionFalse,
92-
"Installing", "Installing TLS certificate from Secret")
91+
// WIP: this also fetches the Hypervisor CRO
92+
// _ = r.setTLSStatusCondition(ctx, metav1.ConditionFalse,
93+
// "Installing", "Installing TLS certificate from Secret")
9394

9495
if err = certificates.UpdateTLSCertificate(ctx, secret.Data); err != nil {
9596
// update conditions

0 commit comments

Comments
 (0)