Skip to content

Commit 129bdc2

Browse files
committed
wip
1 parent 4a58095 commit 129bdc2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

controllers/btpoperator_controller.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -713,7 +713,8 @@ func (r *BtpOperatorReconciler) restartOperatorDeployment(ctx context.Context, l
713713
return err
714714
}
715715
logger.Info("operator deployment is available.")
716-
716+
//test
717+
time.Sleep(10 * time.Second)
717718
secret := &corev1.Secret{
718719
ObjectMeta: metav1.ObjectMeta{
719720
Name: clusterIdSecretName,

0 commit comments

Comments
 (0)