Skip to content

Commit

Permalink
Update provider.go
Browse files Browse the repository at this point in the history
  • Loading branch information
jagan2221 authored Dec 5, 2024
1 parent 74eaf75 commit a9e89dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/configprovider/opampprovider/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ type ConfigFragment struct {
Extensions struct {
OpAmp struct {
RemoteConfigurationDirectory string `yaml:"remote_configuration_directory"`
NewConfigMergeFlowDisabled bool `yaml:"new_configmergeflow_disabled"`
NewConfigMergeFlowDisabled bool `yaml:"disable_tag_new_config_merge"`
} `yaml:"opamp"`
} `yaml:"extensions"`
}
Expand Down

0 comments on commit a9e89dc

Please sign in to comment.