Skip to content

Commit

Permalink
Apply reviewer notes
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
  • Loading branch information
alexmt committed Jun 17, 2021
1 parent 9f09617 commit 2d5949e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions docs/features/notifications.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Notifications

!!! important
Available since v1.1

Argo Rollouts provides notifications powered by the [Notifications Engine](https://github.com/argoproj/notifications-engine).
Controller administrators can leverage flexible systems of triggers and templates to configure notifications requested
by the end users. The end-users can subscribe to the configured triggers by adding an annotation to the Rollout objects.
Expand Down
3 changes: 2 additions & 1 deletion hack/update-manifests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ ${kust_cmd} "${SRCROOT}/manifests/namespace-install" >> "${SRCROOT}/manifests/na
echo "${AUTOGENMSG}" > "${SRCROOT}/manifests/dashboard-install.yaml"
${kust_cmd} "${SRCROOT}/manifests/dashboard-install" >> "${SRCROOT}/manifests/dashboard-install.yaml"

${kust_cmd} "${SRCROOT}/manifests/notifications" > "${SRCROOT}/manifests/notifications-install.yaml"
echo "${AUTOGENMSG}" > "${SRCROOT}/manifests/notifications-install.yaml"
${kust_cmd} "${SRCROOT}/manifests/notifications" >> "${SRCROOT}/manifests/notifications-install.yaml"
1 change: 1 addition & 0 deletions manifests/notifications-install.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# This is an auto-generated file. DO NOT EDIT
apiVersion: v1
data:
template.rollout-completed: |
Expand Down

0 comments on commit 2d5949e

Please sign in to comment.