Skip to main content

PagerDuty

If you want to enable PagerDuty, provide the integration key

Configuration

ParameterDescriptionRequired
alert.pagerduty.integrationKeyPagerDuty integration key more infoYes

Example

apiVersion: v1
kind: Namespace
metadata:
name: kwatch
---
apiVersion: v1
kind: ConfigMap
metadata:
name: kwatch
namespace: kwatch
data:
config.yaml: |
alert:
pagerduty:
integrationKey: INTEGRATION_KEY

Screenshot