Skip to content

Commit

Permalink
fix: remove print statement
Browse files Browse the repository at this point in the history
Signed-off-by: Shubham Gupta <[email protected]>
  • Loading branch information
shubham-cmyk committed Mar 31, 2024
1 parent 279b53b commit 17c809e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions k8sutils/redis-cluster.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package k8sutils

import (
"fmt"
"strconv"
"strings"

Expand Down Expand Up @@ -35,7 +34,6 @@ type RedisClusterService struct {

// generateRedisClusterParams generates Redis cluster information
func generateRedisClusterParams(cr *redisv1beta2.RedisCluster, replicas int32, externalConfig *string, params RedisClusterSTS) statefulSetParameters {
fmt.Println(cr.Spec.Storage.NodeConfVolume)
res := statefulSetParameters{
Replicas: &replicas,
ClusterMode: true,
Expand Down

0 comments on commit 17c809e

Please sign in to comment.