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

Customizable events #412

Open
lictw opened this issue Feb 10, 2022 · 1 comment
Open

Customizable events #412

lictw opened this issue Feb 10, 2022 · 1 comment

Comments

@lictw
Copy link

lictw commented Feb 10, 2022

Hi! It will be great if i can flexibly customize alerts that i receiving in Slack.

What missing now:

  1. Ability to disable event about start of upgrade.
  2. Option to enable printing diff of prev./current values (it's about what changed, what reconciled).
  3. Ability to send (or at least collect somewhere) helm logs to see depreciation warnings.
  4. Final message as customized Golang template.

As i understand your architecture - HC (current project) generates *Event for NC (notification-controller), NC sends events, so:

  1. Option in HelmRelease CRD - don't generate some event.
  2. Option in HelmRelease CRD - apply diff as metadata of event.
  3. Same as above.
  4. It's for notification-controller.
@ArtunSubasi
Copy link

I would also love to have this feature. Currently, slack notifications look like this:

helmrelease/my-service
Helm upgrade has started
revision
3.1.0
summary
Some static text

It would be great if we can insert some placeholders (such as certain helm parameter values) either to the summary or to the event message.

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

2 participants