From 52cec59ca3cd24a62143700371e0a2ae8539252c Mon Sep 17 00:00:00 2001 From: Stefan Prodan Date: Thu, 28 Jan 2021 09:42:02 +0200 Subject: [PATCH] Add channel and username to AlertProvider CRD schema Signed-off-by: Stefan Prodan --- artifacts/flagger/crd.yaml | 6 ++++++ charts/flagger/crds/crd.yaml | 6 ++++++ kustomize/base/flagger/crd.yaml | 6 ++++++ 3 files changed, 18 insertions(+) diff --git a/artifacts/flagger/crd.yaml b/artifacts/flagger/crd.yaml index 8a59a384..41c7ff87 100644 --- a/artifacts/flagger/crd.yaml +++ b/artifacts/flagger/crd.yaml @@ -1167,6 +1167,12 @@ spec: - msteams - discord - rocket + channel: + description: Alert channel for this provider + type: string + username: + description: Bot username for this provider + type: string address: description: Hook URL address of this provider type: string diff --git a/charts/flagger/crds/crd.yaml b/charts/flagger/crds/crd.yaml index 8a59a384..41c7ff87 100644 --- a/charts/flagger/crds/crd.yaml +++ b/charts/flagger/crds/crd.yaml @@ -1167,6 +1167,12 @@ spec: - msteams - discord - rocket + channel: + description: Alert channel for this provider + type: string + username: + description: Bot username for this provider + type: string address: description: Hook URL address of this provider type: string diff --git a/kustomize/base/flagger/crd.yaml b/kustomize/base/flagger/crd.yaml index 8a59a384..41c7ff87 100644 --- a/kustomize/base/flagger/crd.yaml +++ b/kustomize/base/flagger/crd.yaml @@ -1167,6 +1167,12 @@ spec: - msteams - discord - rocket + channel: + description: Alert channel for this provider + type: string + username: + description: Bot username for this provider + type: string address: description: Hook URL address of this provider type: string