Skip to content

Commit 680797a

Browse files
committed
fix tags
1 parent 31b749e commit 680797a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkg/psmdb/vectorsearch/mongot/config.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ type ConfigReplicationReader struct {
2929
}
3030

3131
type ConfigTag struct {
32-
Name string `json:"name" yaml:"caFile,omitempty"`
33-
Value string `json:"value" yaml:"caFile,omitempty"`
32+
Name string `json:"name" yaml:"name,omitempty"`
33+
Value string `json:"value" yaml:"value,omitempty"`
3434
}
3535

3636
type ScramAuthTLS struct {

0 commit comments

Comments
 (0)