Skip to content

Commit

Permalink
Fix confusion in RetrieverConf's struct tag declaration (#1266)
Browse files Browse the repository at this point in the history
  • Loading branch information
imhuytq authored Nov 16, 2023
1 parent f046653 commit 9f62950
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/relayproxy/config/retriever.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ type RetrieverConf struct {
HTTPBody string `mapstructure:"body" koanf:"body"`
HTTPHeaders map[string][]string `mapstructure:"headers" koanf:"headers"`
Bucket string `mapstructure:"bucket" koanf:"bucket"`
Object string `mapstructure:"bucket" koanf:"bucket"`
Object string `mapstructure:"object" koanf:"object"`
Item string `mapstructure:"item" koanf:"item"`
Namespace string `mapstructure:"namespace" koanf:"namespace"`
ConfigMap string `mapstructure:"configmap" koanf:"configmap"`
Expand Down

0 comments on commit 9f62950

Please sign in to comment.