Skip to content

Add possibility to configure wildcard namespace value in Alert eventSources #71

@anders-olofsson

Description

@anders-olofsson

It would be nice to pick up all error events within a cluster using a wildcard namespace value in the eventSources section of an Alert - similar to how it works for name:

if (source.Name == "*" || event.InvolvedObject.Name == source.Name) &&

Currently you'll either need to duplicate Provider (including any secrets) and Alert resources to all relevant namespaces or create a "global" Alert which references other namespaces. It would be simpler and less error prone to allow namespace: "*".

Metadata

Metadata

Assignees

No one assigned

    Labels

    area/alertingAlerting related issues and PRsenhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions