Skip to content

Commit

Permalink
Fixed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tgarg-splunk committed Aug 1, 2023
1 parent 7ff1f67 commit 34c3873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/splunk/enterprise/indexercluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -1101,7 +1101,7 @@ func isIndexerClusterReadyForUpgrade(ctx context.Context, c splcommon.Controller
return true, nil
}

// check if instance has the required ClusterManagerRef
// check if Search Head instance has the required ClusterManagerRef
for _, shc := range searchHeadList.Items {
if shc.Spec.ClusterManagerRef.Name == clusterManagerRef.Name {
searchHeadClusterInstance = shc
Expand Down

0 comments on commit 34c3873

Please sign in to comment.