1
0
mirror of https://github.com/coreos/prometheus-operator.git synced 2026-02-05 06:45:27 +01:00

fix: incident.io config typo

Signed-off-by: Hélia Barroso <helia_barroso@hotmail.com>
This commit is contained in:
Hélia Barroso
2026-01-07 09:20:46 +00:00
parent 37ad872fbe
commit 1795ba911b
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
receivers:
- name: ""
incidentio_config:
incidentio_configs:
- url: http://example.com
alert_source_token: token123
templates: []

View File

@@ -1,6 +1,6 @@
receivers:
- name: ""
incidentio_config:
incidentio_configs:
- http_config:
authorization:
type: Bearer

View File

@@ -120,7 +120,7 @@ type receiver struct {
JiraConfigs []*jiraConfig `yaml:"jira_configs,omitempty"`
RocketChatConfigs []*rocketChatConfig `yaml:"rocketchat_configs,omitempty"`
MattermostConfigs []*mattermostConfig `yaml:"mattermost_configs,omitempty"`
IncidentioConfigs []*incidentioConfig `yaml:"incidentio_config,omitempty"`
IncidentioConfigs []*incidentioConfig `yaml:"incidentio_configs,omitempty"`
}
type webhookConfig struct {