Skip to content

feat: generic annotations labels#119

Merged
lukebond merged 3 commits into
mainfrom
feat/generic-annotations-labels
Apr 14, 2026
Merged

feat: generic annotations labels#119
lukebond merged 3 commits into
mainfrom
feat/generic-annotations-labels

Conversation

@lukebond
Copy link
Copy Markdown
Contributor

@lukebond lukebond commented Apr 14, 2026

closes #45

this PR allows users to specify custom labels and annotations that they want the controller to put on the created workload (sts->pods). it's option, so no impact on existing users. non-breaking expansion of CRD.

there were no tests covering this part of the code before, so i've added some that cover the existing and new behaviour.

and added a note in the readme about what happens if you have internal and user intents setting the same key.

closes #45

users can now specify custom labels and annotations in the spec that
will be passed down to the created workloads.
Copy link
Copy Markdown
Contributor

@pcholakov pcholakov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@lukebond lukebond merged commit 156c6dc into main Apr 14, 2026
4 checks passed
@github-actions github-actions Bot locked and limited conversation to collaborators Apr 14, 2026
@lukebond lukebond deleted the feat/generic-annotations-labels branch April 14, 2026 15:04
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Custom Labels for Clusters & Deployments (for backstage)

2 participants