Skip to content

Commit

Permalink
chore: resourceSelector.search should be templatable
Browse files Browse the repository at this point in the history
  • Loading branch information
yashmehrotra committed Sep 26, 2024
1 parent 3628fa8 commit 85635d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/resource_selector.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ type ResourceSelector struct {
Cache string `yaml:"cache,omitempty" json:"cache,omitempty"`

// Search query that applies to the resource name, tag & labels.
Search string `yaml:"search,omitempty" json:"search,omitempty"`
Search string `yaml:"search,omitempty" json:"search,omitempty" template:"true"`

// Use custom functions for specific selections
Functions Functions `yaml:"-" json:"-"`
Expand Down

0 comments on commit 85635d9

Please sign in to comment.