feat(plugins/pagerduty): add constant for service id annotation

annotation: 'pagerduty.com/service-id'
Signed-off-by: Alec Jacobs <cajacobs5401@gmail.com>
This commit is contained in:
Alec Jacobs
2022-05-25 11:30:00 -07:00
parent 43bf3ae171
commit 7fdb8eb4fc
@@ -14,3 +14,4 @@
* limitations under the License.
*/
export const PAGERDUTY_INTEGRATION_KEY = 'pagerduty.com/integration-key';
export const PAGERDUTY_SERVICE_ID = 'pagerduty.com/service-id';