package webhooks

const (

	// SecretCertsName is the name of the secret where the webhook certificates are stored.
	SecretCertsName = "keptn-certs"
)
