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
Currently CrossNamespaceObjectReference can match 'all resources' in a given namespace using the resource name *. However, it is not seem possible to match 'all resources' on 'all namespaces'.
I have an Alert that I'd like to handle all event sources of type HelmRelease on any namespace. Currently I have to enumerate all namespaces that have HelmReleases on them:
Currently CrossNamespaceObjectReference can match 'all resources' in a given namespace using the resource name
*
. However, it is not seem possible to match 'all resources' on 'all namespaces'.I have an
Alert
that I'd like to handle all event sources of type HelmRelease on any namespace. Currently I have to enumerate all namespaces that have HelmReleases on them:Ideally I could specify 'all namespaces' with
*
:Seems like it would be a relatively small change in
eventMatchesAlertSource
The text was updated successfully, but these errors were encountered: