Skip to content

Commit

Permalink
Merge branch 'deployer/exec-root-homes-refactor' of https://github.co…
Browse files Browse the repository at this point in the history
…m/sgibson91/infrastructure into deployer/exec-root-homes-refactor
  • Loading branch information
sgibson91 committed Dec 13, 2024
2 parents 1038e43 + 34d5dcc commit 8925cdc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion deployer/commands/exec/infra_components.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ def root_homes(
cluster_name: str = typer.Argument(..., help="Name of cluster to operate on"),
hub_name: str = typer.Argument(..., help="Name of hub to operate on"),
persist: bool = typer.Option(
False, "--persist", help="Do not automatically delete the pod after completing. Useful for long-running processes."
False,
"--persist",
help="Do not automatically delete the pod after completing. Useful for long-running processes.",
),
extra_nfs_server: str = typer.Option(
None, help="IP address of an extra NFS server to mount"
Expand Down

0 comments on commit 8925cdc

Please sign in to comment.