Skip to content

feat(chart): add podLabels for pod template labels#111

Merged
sebastiangaiser merged 2 commits into
pyrra-dev:mainfrom
sebastiangaiser:feat/add-podlabels
May 28, 2026
Merged

feat(chart): add podLabels for pod template labels#111
sebastiangaiser merged 2 commits into
pyrra-dev:mainfrom
sebastiangaiser:feat/add-podlabels

Conversation

@sebastiangaiser
Copy link
Copy Markdown
Collaborator

Mirror the existing podAnnotations value with a new podLabels knob that adds labels to spec.template.metadata.labels only. The Deployment selector (matchLabels) is intentionally left untouched to preserve Kubernetes' immutable selector contract.

Closes #21, supersedes #24

@sebastiangaiser
Copy link
Copy Markdown
Collaborator Author

@fstr @braamvh-nintex I took the duty of implementing this as podLabels. Would this full your needs? Thanks 👋🏻

Mirror the existing podAnnotations value with a new podLabels knob that adds labels to spec.template.metadata.labels only. The Deployment selector (matchLabels) is intentionally left
  untouched to preserve Kubernetes' immutable selector contract.

Closes pyrra-dev#21, supersedes pyrra-dev#24

Signed-off-by: Sebastian Gaiser <sebastiangaiser@users.noreply.github.com>
@braamvh-nintex
Copy link
Copy Markdown

@fstr @braamvh-nintex I took the duty of implementing this as podLabels. Would this full your needs? Thanks 👋🏻

This will be perfect for us, thanks

@sebastiangaiser sebastiangaiser merged commit 30816ee into pyrra-dev:main May 28, 2026
8 checks passed
@sebastiangaiser sebastiangaiser deleted the feat/add-podlabels branch May 28, 2026 08:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support for pod labels

2 participants