argo-rollouts
argo-rollouts copied to clipboard
Add context field for notifications
Summary
Currently, only a limited number of fields can be used to template messages, which includes: rollout
and recipient
(https://argoproj.github.io/argo-rollouts/features/notifications/#templates).
I would like to use the context
feature to define shared variables (https://argocd-notifications.readthedocs.io/en/stable/templates/#defining-user-defined-context)
Use Cases
Define some shared context between all notification templates by setting a top-level YAML document of key-value pairs, which can then be used within templates.
Message from the maintainers:
Impacted by this bug? Give it a 👍. We prioritize the issues with the most 👍.
This issue is stale because it has been open 60 days with no activity.
It's even strange, because in the docs there are a lot of mentions for context
usage:
- https://argo-rollouts.readthedocs.io/en/latest/generated/notification-services/alertmanager/
- https://argo-rollouts.readthedocs.io/en/latest/generated/notification-services/github/
I even checked it twice, but it doesn't work.
almost a year! still no progress.