Skip to content

Commit 6680c58

Browse files
feat: hot reload tls
1 parent e1af4ef commit 6680c58

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

internal/controller/rediscluster/rediscluster_controller.go

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -414,12 +414,3 @@ func (r *Reconciler) SetupWithManager(mgr ctrl.Manager, opts controller.Options)
414414
Watches(&corev1.Secret{}, r.ResourceWatcher).
415415
Complete(r)
416416
}
417-
418-
//func (r *RedisSentinelReconciler) SetupWithManager(mgr ctrl.Manager, opts controller.Options) error {
419-
// return ctrl.NewControllerManagedBy(mgr).
420-
// For(&rsvb2.RedisSentinel{}).
421-
// Owns(&appsv1.StatefulSet{}).
422-
// WithOptions(opts).
423-
// Watches(&rrvb2.RedisReplication{}, r.ReplicationWatcher).
424-
// Complete(r)
425-
//}

0 commit comments

Comments
 (0)