Skip to content

Commit

Permalink
Set default namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
phillebaba committed Apr 22, 2024
1 parent b5de4d4 commit 4a94ea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ type MeasureCmd struct {
ResultDir string `arg:"--result-dir,required"`
Name string `arg:"--name,required"`
KubeconfigPath string `arg:"--kubeconfig,required"`
Namespace string `arg:"--namespace,required"`
Namespace string `arg:"--namespace" default:"spegel-benchmark"`
Images []string `arg:"--images,required"`
}

Expand Down

0 comments on commit 4a94ea7

Please sign in to comment.