Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit e495f22

Browse files
Jean-Christophe Sirotndeloof
authored andcommitted
Rename --kubernetes-namespace flag to --namespace
Signed-off-by: Jean-Christophe Sirot <[email protected]>
1 parent 0947d07 commit e495f22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/commands/install.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ func installCmd(dockerCli command.Cli) *cobra.Command {
6262
opts.registryOptions.addFlags(cmd.Flags())
6363
opts.pullOptions.addFlags(cmd.Flags())
6464
cmd.Flags().StringVar(&opts.orchestrator, "orchestrator", "", "Orchestrator to install on (swarm, kubernetes)")
65-
cmd.Flags().StringVar(&opts.kubeNamespace, "kubernetes-namespace", "default", "Kubernetes namespace to install into")
65+
cmd.Flags().StringVar(&opts.kubeNamespace, "namespace", "default", "Kubernetes namespace to install into")
6666
cmd.Flags().StringVar(&opts.stackName, "name", "", "Installation name (defaults to application name)")
6767

6868
return cmd

0 commit comments

Comments
 (0)