Create a discard notifier

The discard notifier discards all notifications. You can only create this type of notifier with Chronoctl or Terraform.

To create a discard notifier:

  1. Define the resource definition for your discard notifier:

    api_version: v1/config
    kind: Notifier
    spec:
      name: Example discard
      slug: example-discard
  2. Apply the changes:

    chronoctl apply -f FILE_NAME.yaml

    FILE_NAME is the name of your notifier YAML file.