Mathieu Parent

Results 188 comments of Mathieu Parent

@MalHaak I agree with you. It looks like this bug is already fixed, but cannot be closed because the docs are outdated. /remove-lifecycle stale

/reopen Actually, this is already possible, I've implemented it in the helm chart https://github.com/vsphere-tmm/helm-charts/pull/50. Still, I think some official docs is needed, reopening.

Thanks @joejulian. I've rebased and addressed your comments. Back to you :ping_pong:!

We need this also. We have tenants each being an aggregation of namespaces. This would look like this: ```yaml - sourceLabels: [namespace] targetLabel: tenant regex: (team1-.*) replacement: team1 action: replace...

@ocampeau Could you please take a look at this feature request :pray:?

Quick and dirty patch: ```diff diff --git a/pkg/diff/diff.go b/pkg/diff/diff.go --- pkg/diff/diff.go +++ pkg/diff/diff.go @@ -87,17 +87,21 @@ // dependency with the kube package that blocks the usage of constants //...

Thanks @grzesuav, however I don't need this feature anymore.