Skip to content

Commit

Permalink
Making linter happy
Browse files Browse the repository at this point in the history
Signed-off-by: Aleksey Dukhovniy <alex.dukhovniy@googlemail.com>
  • Loading branch information
zen-dog committed Mar 26, 2020
1 parent 2e3c446 commit 3cb6f37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/apis/kudo/v1beta1/instance_types_helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ func GetExistingParamDefinitions(params map[string]string, ov *OperatorVersion)
func GetParamDefinitions(params map[string]string, ov *OperatorVersion) ([]Parameter, error) {
defs := []Parameter{}
for p1 := range params {
p1 := p1
p2 := funk.Find(ov.Spec.Parameters, func(e Parameter) bool {
return e.Name == p1
})
Expand Down

0 comments on commit 3cb6f37

Please sign in to comment.