Skip to content

Commit

Permalink
fix(echo): Add Slack botName to echo configs (#1637)
Browse files Browse the repository at this point in the history
Echo requires the botName field in order to enable Slack notifications
from Spinnaker configurations. This is not made clear in the
documentation.
  • Loading branch information
catherinetcai authored and anotherchrisberry committed May 11, 2017
1 parent f86d2d6 commit 1450ccc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/echo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ endpoints.health.sensitive: false
slack:
enabled: ${services.echo.notifications.slack.enabled:false}
token: ${services.echo.notifications.slack.token}
botName: ${services.echo.notifications.slack.botName}

spring:
mail:
Expand Down

0 comments on commit 1450ccc

Please sign in to comment.