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
Hi, about setup notification.
I would like to create two rules for my ops team.
One is for error on gitrepository (name: flux-system) and kustomization (name: ‘*’). That’s ok.
The second for info on all HelmRepository, HelmChart and HelmRelease. For the first two, no problem because both are in the namespace flux-system. While HelmRelease depends on the namespace where it is deployed.
I would like to create one generic alert for the three. I want my ops to be informed of change for all helm releases too.
This (example) is functional but i need to register every helmrelease for every namespace.
I would like to know if like name, we can use * wildcard for namespace (a priori no :clin_d'œil: ) ?
- kind: HelmRelease
name: ‘*’
namespace: ‘*’
Otherwise how can i answer to this use case ?
Cordially,
Fabrice
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, about setup notification.
I would like to create two rules for my ops team.
One is for error on gitrepository (name: flux-system) and kustomization (name: ‘*’). That’s ok.
The second for info on all HelmRepository, HelmChart and HelmRelease. For the first two, no problem because both are in the namespace flux-system. While HelmRelease depends on the namespace where it is deployed.
I would like to create one generic alert for the three. I want my ops to be informed of change for all helm releases too.
This (example) is functional but i need to register every helmrelease for every namespace.
I would like to know if like name, we can use * wildcard for namespace (a priori no :clin_d'œil: ) ?
Otherwise how can i answer to this use case ?
Cordially,
Fabrice
Beta Was this translation helpful? Give feedback.
All reactions