Skip to content

Commit

Permalink
remove blank
Browse files Browse the repository at this point in the history
  • Loading branch information
drivebyer authored May 7, 2024
1 parent fb71c1a commit be1233f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion k8sutils/redis-cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ type RedisClusterService struct {
}

// generateRedisClusterParams generates Redis cluster information

func generateRedisClusterParams(cr *redisv1beta2.RedisCluster, replicas int32, externalConfig *string, params RedisClusterSTS) statefulSetParameters {
res := statefulSetParameters{
Replicas: &replicas,
Expand Down

0 comments on commit be1233f

Please sign in to comment.