Skip to content

Commit

Permalink
Remove temporary cmd arg for assetsvc
Browse files Browse the repository at this point in the history
Signed-off-by: Antonio Gamez Diaz <agamez@vmware.com>
  • Loading branch information
antgamdia committed Jun 28, 2022
1 parent 1aa45e4 commit c379aa2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions cmd/kubeops/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,7 @@ func init() {
setFlags(rootCmd)
}

// TODO(agamez): remove this after the v2.4.6 release
var assetsvcurlDeprecated string

func setFlags(c *cobra.Command) {
// TODO(agamez): remove 'assetsvc-url' after the v2.4.6 release
c.Flags().StringVar(&assetsvcurlDeprecated, "assetsvc-url", "", "(DEPRECATED)")
c.Flags().StringVar(&serveOpts.HelmDriverArg, "helm-driver", "", "which Helm driver type to use")
c.Flags().IntVar(&serveOpts.ListLimit, "list-max", 256, "maximum number of releases to fetch")
c.Flags().StringVar(&serveOpts.UserAgentComment, "user-agent-comment", "", "UserAgent comment used during outbound requests")
Expand Down

0 comments on commit c379aa2

Please sign in to comment.