Skip to content

Commit 3b71e36

Browse files
Update internal/bridge/crunchybridgecluster/crunchybridgecluster_controller.go
Co-authored-by: Drew Sessler <36803518+dsessler7@users.noreply.github.com>
1 parent 7b70c59 commit 3b71e36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/bridge/crunchybridgecluster/crunchybridgecluster_controller.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -338,8 +338,8 @@ func (r *CrunchyBridgeClusterReconciler) Reconcile(ctx context.Context, req ctrl
338338

339339
// if we've gotten here then no cluster exists with that name and we're missing the ID, ergo, create cluster
340340

341-
// TODO(crunchybridgecluster) Can almost just use the managed.Spec... except for the team, which we don't want
342-
// users to set on the spec. Do we?
341+
// TODO(crunchybridgecluster) Can almost just use the crunchybridgecluster.Spec... except for the team,
342+
// which we don't want users to set on the spec. Do we?
343343
clusterReq := &v1beta1.ClusterDetails{
344344
IsHA: crunchybridgecluster.Spec.IsHA,
345345
Name: crunchybridgecluster.Spec.ClusterName,

0 commit comments

Comments
 (0)