fix: webhook name must be k8s field compliant, add a FIXME note
This commit is contained in:
@@ -15,7 +15,7 @@ async fn main() {
|
||||
K8sAnywhereTopology::from_env(),
|
||||
vec![Box::new(OpenshiftClusterAlertScore {
|
||||
receivers: vec![Box::new(DiscordWebhook {
|
||||
name: "Webhook example".to_string(),
|
||||
name: "discord-webhook-example".to_string(),
|
||||
url: hurl!("http://something.o"),
|
||||
})],
|
||||
})],
|
||||
|
||||
Reference in New Issue
Block a user