Skip to content

Commit

Permalink
apply review changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez authored and traefiker committed Jan 14, 2020
1 parent b90e4f9 commit 86112fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/provider/kubernetes/ingress/annotations.go
Expand Up @@ -45,8 +45,8 @@ type ServiceIng struct {
}

// SetDefaults sets the default values.
func (r *ServiceIng) SetDefaults() {
r.PassHostHeader = func(v bool) *bool { return &v }(true)
func (s *ServiceIng) SetDefaults() {
s.PassHostHeader = func(v bool) *bool { return &v }(true)
}

func parseRouterConfig(annotations map[string]string) (*RouterConfig, error) {
Expand Down

0 comments on commit 86112fd

Please sign in to comment.