We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31b749e commit 680797aCopy full SHA for 680797a
1 file changed
pkg/psmdb/vectorsearch/mongot/config.go
@@ -29,8 +29,8 @@ type ConfigReplicationReader struct {
29
}
30
31
type ConfigTag struct {
32
- Name string `json:"name" yaml:"caFile,omitempty"`
33
- Value string `json:"value" yaml:"caFile,omitempty"`
+ Name string `json:"name" yaml:"name,omitempty"`
+ Value string `json:"value" yaml:"value,omitempty"`
34
35
36
type ScramAuthTLS struct {
0 commit comments