[prom] Fix "severify" -> "severity" in CRD

Change-Id: I68a134aac89c9d3b1bd03cab48265c55116abd76
Reviewed-on: https://skia-review.googlesource.com/c/buildbot/+/608119
Commit-Queue: Eric Boren <borenet@google.com>
Reviewed-by: Joe Gregorio <jcgregorio@google.com>
diff --git a/go/prom/crd/crd.go b/go/prom/crd/crd.go
index ee0336b..e92b624 100644
--- a/go/prom/crd/crd.go
+++ b/go/prom/crd/crd.go
@@ -87,7 +87,7 @@
 				For:   absentAlertForDuration,
 				Labels: map[string]string{
 					"category": "infra",
-					"severify": "critical",
+					"severity": "critical",
 				},
 				Annotations: map[string]string{
 					"abbr":        rule.Alert,
diff --git a/go/prom/crd/crd_test.go b/go/prom/crd/crd_test.go
index 0daa904..b806079 100644
--- a/go/prom/crd/crd_test.go
+++ b/go/prom/crd/crd_test.go
@@ -98,7 +98,7 @@
 							For:   absentAlertForDuration,
 							Labels: map[string]string{
 								"category": "infra",
-								"severify": "critical",
+								"severity": "critical",
 							},
 							Annotations: map[string]string{
 								"abbr":        "AndroidIngestLiveness",
@@ -175,7 +175,7 @@
 							For:   absentAlertForDuration,
 							Labels: map[string]string{
 								"category": "infra",
-								"severify": "critical",
+								"severity": "critical",
 							},
 							Annotations: map[string]string{
 								"abbr":        "AndroidIngestLiveness",