mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Provisioning Contact points: Support disableResolveMessage via YAML too (#54122)
Signed-off-by: Michael Musenbrock <michael.musenbrock@gmail.com>
This commit is contained in:
parent
3e2e9f93b9
commit
099d3cdf72
@ -68,7 +68,7 @@ type ReceiverV1 struct {
|
||||
UID values.StringValue `json:"uid" yaml:"uid"`
|
||||
Type values.StringValue `json:"type" yaml:"type"`
|
||||
Settings values.JSONValue `json:"settings" yaml:"settings"`
|
||||
DisableResolveMessage values.BoolValue `json:"disableResolveMessage"`
|
||||
DisableResolveMessage values.BoolValue `json:"disableResolveMessage" yaml:"disableResolveMessage"`
|
||||
}
|
||||
|
||||
func (config *ReceiverV1) mapToModel(name string) (definitions.EmbeddedContactPoint, error) {
|
||||
|
Loading…
Reference in New Issue
Block a user