chore: 完善个模块打包
This commit is contained in:
@@ -25,7 +25,7 @@ func Redis() *cobra.Command {
|
||||
cmd.Context(),
|
||||
maker.WithRedisReplicaCount(replicas),
|
||||
maker.WithRedisPassword(password),
|
||||
maker.WithRedisStorage(fmt.Sprintf("%dGi")),
|
||||
maker.WithRedisStorage(fmt.Sprintf("%dGi", storage)),
|
||||
)
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user