Skip to content

Commit

Permalink
config change missing from PR.
Browse files Browse the repository at this point in the history
  • Loading branch information
snuggie12 committed Feb 28, 2024
1 parent b2f3a19 commit 93c9bb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exporter/loadbalancingexporter/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ type ResolverSettings struct {
Static *StaticResolver `mapstructure:"static"`
DNS *DNSResolver `mapstructure:"dns"`
K8sSvc *K8sSvcResolver `mapstructure:"k8s"`
DNSSRVNOA *DNSSRVNOAResolver `mapstructure:"srv"`
DNSSRVNOA *DNSSRVNOAResolver `mapstructure:"dnssrvnoa"`
}

// StaticResolver defines the configuration for the resolver providing a fixed list of backends
Expand Down

0 comments on commit 93c9bb8

Please sign in to comment.