Skip to content

Commit

Permalink
Update the backup command's default ns to vcluster-platform
Browse files Browse the repository at this point in the history
  • Loading branch information
zerbitx committed Jul 3, 2024
1 parent 25621b8 commit afe04b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/vclusterctl/cmd/platform/backup/management.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ vcluster platform backup management
}

c.Flags().StringSliceVar(&cmd.Skip, "skip", []string{}, "What resources the backup should skip. Valid options are: users, teams, accesskeys, sharedsecrets, clusters and clusteraccounttemplates")
c.Flags().StringVar(&cmd.Namespace, "namespace", "loft", product.Replace("The namespace vCluster platform was installed into"))
c.Flags().StringVar(&cmd.Namespace, "namespace", "vcluster-platform", product.Replace("The namespace vCluster platform was installed into"))
c.Flags().StringVar(&cmd.Filename, "filename", "backup.yaml", "The filename to write the backup to")
return c
}
Expand Down

0 comments on commit afe04b9

Please sign in to comment.