Taliesin Millhouse (3cf34d69) at 18 Mar 05:41
Apply 1 suggestion(s) to 1 file(s)
I'm not sure that we want to support this yet because we may accidentally clear labels created from elsewhere.
Taliesin Millhouse (6e0234e6) at 18 Mar 05:36
fix: pubsubbeat subscription label key
... and 107 more commits
This fixes a bug where existing subscriptions won't have the labels applied.
As part of https://gitlab.com/gitlab-com/gl-infra/finops/team/-/work_items/352.
Taliesin Millhouse (58908855) at 18 Mar 05:34
fix: existing subscriptions not getting labels
This fixes a bug in the ascription labels key. Because the Labels property is nested, we need to nest it in the config map as well https://gitlab.com/gitlab-org/pubsubbeat/-/blob/master/config/config.go?ref_type=heads#L34.
type Config struct {
Subscription struct {
Labels map[string]string `config:"labels"`
}
}
As part of https://gitlab.com/gitlab-com/gl-infra/finops/team/-/work_items/352.
Taliesin Millhouse (fb453e00) at 18 Mar 05:32
fix: pubsubbeat subscription label key