You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: