mirror of
https://github.com/grafana/grafana.git
synced 2026-09-05 04:40:13 -05:00
Provisioning Contact points: Support disableResolveMessage via YAML too (#54122)
Signed-off-by: Michael Musenbrock <michael.musenbrock@gmail.com>
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user