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