flux v0.27.3

Provider.spec

ProviderSpec defines the desired state of Provider

8 fields
Provider.spec fields and descriptions
Field / TypeDescription
address
string

HTTP/S webhook address of this provider

  • pattern: ^(http|https)://
object

CertSecretRef can be given the name of a secret containing a PEM-encoded CA certificate (`caFile`)

channel
string

Alert channel for this provider

proxy
string

HTTP/S address of the proxy

  • pattern: ^(http|https)://
object

Secret reference containing the provider webhook URL using "address" as data key

suspend
boolean

This flag tells the controller to suspend subsequent events handling. Defaults to false.

type
string required

Type of provider

  • enum: ["slack","discord","msteams","rocket","generic","github","gitlab","bitbucket","azuredevops","googlechat","webex","sentry","azureeventhub","telegram","lark","matrix","opsgenie","alertmanager","grafana"]
username
string

Bot username for this provider