Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Send messages to Slack #12

Open
object88 opened this issue Sep 13, 2020 · 1 comment
Open

Send messages to Slack #12

object88 opened this issue Sep 13, 2020 · 1 comment

Comments

@object88
Copy link
Owner

object88 commented Sep 13, 2020

When a helm deployment is complete, send a message to a specified Slack channel, indicating success of failure.

Consider using a plugin system along the lines of https://github.com/hashicorp/go-plugin.

@object88
Copy link
Owner Author

Work started in #27

Discovered that Hashicorp's go-plugin is not the right fit for this usecase. We want to define what notifiers are available through helm, and as separate pods, not as a new process within a pod. The tight-coupling from go-plugin would mean that any container that had our controller would also have to have the complete set of notifiers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant