update archetypes to match config systems
This commit is contained in:
parent
9c6851ccbb
commit
08610dfc4f
@ -4,7 +4,7 @@
|
|||||||
title = "{{ replace .TranslationBaseName "-" " " | title }}"
|
title = "{{ replace .TranslationBaseName "-" " " | title }}"
|
||||||
date = {{ .Date }}
|
date = {{ .Date }}
|
||||||
|
|
||||||
# severity: represents the impact of
|
# severity: represents the impact of
|
||||||
# your system due to the current incident.
|
# your system due to the current incident.
|
||||||
# This is the list of supported severities:
|
# This is the list of supported severities:
|
||||||
#
|
#
|
||||||
@ -18,9 +18,9 @@ severity = "degraded-performance"
|
|||||||
# affectedsystems: is a list of systems affected
|
# affectedsystems: is a list of systems affected
|
||||||
# by the incident.
|
# by the incident.
|
||||||
# Example:
|
# Example:
|
||||||
# affectedsystems = ["API", "Build servers"]
|
# affectedsystems = ["API", "CDN"]
|
||||||
#
|
#
|
||||||
affectedsystems = ["API", "Build servers"]
|
affectedsystems = ["API", "CDN"]
|
||||||
|
|
||||||
# resolved: marks an incident as resolved.
|
# resolved: marks an incident as resolved.
|
||||||
# It can be either true or false.
|
# It can be either true or false.
|
||||||
|
Loading…
Reference in New Issue
Block a user