Skip to content

Commit

Permalink
Adding overriden filter for get workflow (flyteorg#310)
Browse files Browse the repository at this point in the history
Signed-off-by: Prafulla Mahindrakar <prafulla.mahindrakar@gmail.com>
  • Loading branch information
pmahindrakar-oss committed Apr 12, 2022
1 parent 0a1850d commit d04b1e2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion flytectl/cmd/config/subcommand/workflow/workflow_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,12 @@ import (
//go:generate pflags Config --default-var DefaultConfig --bind-default-var

var (
wfDefaultFilter = filters.Filters{
Limit: filters.DefaultLimit,
Page: 1,
}
DefaultConfig = &Config{
Filter: filters.DefaultFilter,
Filter: wfDefaultFilter,
}
)

Expand Down

0 comments on commit d04b1e2

Please sign in to comment.