Skip to content

Commit

Permalink
fix(standalone): remove conflict data home settings
Browse files Browse the repository at this point in the history
  • Loading branch information
zyy17 committed Nov 27, 2024
1 parent 0d40105 commit e2b5498
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion controllers/greptimedbstandalone/deployer.go
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,6 @@ func (b *standaloneBuilder) containerPorts() []corev1.ContainerPort {
func (b *standaloneBuilder) generateMainContainerArgs() []string {
var args = []string{
"standalone", "start",
"--data-home", "/data",
"--rpc-addr", fmt.Sprintf("0.0.0.0:%d", b.standalone.Spec.RPCPort),
"--mysql-addr", fmt.Sprintf("0.0.0.0:%d", b.standalone.Spec.MySQLPort),
"--http-addr", fmt.Sprintf("0.0.0.0:%d", b.standalone.Spec.HTTPPort),
Expand Down

0 comments on commit e2b5498

Please sign in to comment.