Taliesin Millhouse activity https://gitlab.com/tmillhouse 2026-03-18T05:43:53Z tag:gitlab.com,2026-03-18:5215769104 Taliesin Millhouse commented on merge request !10104 at GitLab.com / GitLab Infrastructure Team / Kubernetes Workloads / GitLab Helmfiles 2026-03-18T05:43:53Z tmillhouse Taliesin Millhouse [email protected]

@nduff Small bug from https://gitlab.com/gitlab-com/gl-infra/finops/team/-/work_items/352#note_3168800170.

tag:gitlab.com,2026-03-18:5215768250 Taliesin Millhouse commented on merge request !63 at GitLab.org / pubsubbeat 2026-03-18T05:43:20Z tmillhouse Taliesin Millhouse [email protected]

@nduff Small bug from https://gitlab.com/gitlab-com/gl-infra/finops/team/-/work_items/352#note_3168800170.

tag:gitlab.com,2026-03-18:5215765308 Taliesin Millhouse pushed to project branch tmillhouse/fix-existing-subscriptions at GitLab.org / pubsubbeat 2026-03-18T05:41:34Z tmillhouse Taliesin Millhouse [email protected]

Taliesin Millhouse (3cf34d69) at 18 Mar 05:41

Apply 1 suggestion(s) to 1 file(s)

tag:gitlab.com,2026-03-18:5215765080 Taliesin Millhouse commented on merge request !63 at GitLab.org / pubsubbeat 2026-03-18T05:41:25Z tmillhouse Taliesin Millhouse [email protected]

I'm not sure that we want to support this yet because we may accidentally clear labels created from elsewhere.

tag:gitlab.com,2026-03-18:5215755801 Taliesin Millhouse pushed to project branch tmillhouse/fix-key at GitLab.com / GitLab Infrastructure Team / Kubernetes Workloads / GitLab Helmfiles 2026-03-18T05:36:13Z tmillhouse Taliesin Millhouse [email protected]

Taliesin Millhouse (6e0234e6) at 18 Mar 05:36

fix: pubsubbeat subscription label key

... and 107 more commits

tag:gitlab.com,2026-03-18:5215752675 Taliesin Millhouse opened merge request !63: fix: existing subscriptions not getting labels at GitLab.org / pubsubbeat 2026-03-18T05:34:41Z tmillhouse Taliesin Millhouse [email protected]

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.

tag:gitlab.com,2026-03-18:5215752623 Taliesin Millhouse pushed new project branch tmillhouse/fix-existing-subscriptions at GitLab.org / pubsubbeat 2026-03-18T05:34:39Z tmillhouse Taliesin Millhouse [email protected]

Taliesin Millhouse (58908855) at 18 Mar 05:34

fix: existing subscriptions not getting labels

tag:gitlab.com,2026-03-18:5215748990 Taliesin Millhouse opened merge request !10104: fix: pubsubbeat subscription label key at GitLab.com / GitLab Infrastructure Team / Kubernetes Workloads / Gi... 2026-03-18T05:32:20Z tmillhouse Taliesin Millhouse [email protected]

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.

tag:gitlab.com,2026-03-18:5215748876 Taliesin Millhouse pushed new project branch tmillhouse/fix-key at GitLab.com / GitLab Infrastructure Team / Kubernetes Workloads / GitLab Helmfiles 2026-03-18T05:32:16Z tmillhouse Taliesin Millhouse [email protected]

Taliesin Millhouse (fb453e00) at 18 Mar 05:32

fix: pubsubbeat subscription label key