Skip to content

v1.3.0 podLabel fix - #102

Merged
Gazza7205 merged 3 commits into
mainfrom
operator-130-patch
Aug 14, 2026
Merged

v1.3.0 podLabel fix#102
Gazza7205 merged 3 commits into
mainfrom
operator-130-patch

Conversation

@Gazza7205

Copy link
Copy Markdown
Contributor

Summary

spec.app.podLabels on a Gateway was silently ignored — the labels never
reached the Gateway pods. This patch applies them as intended, without changing
any other labeling behavior.

Fix

  • podLabels are now present on Gateway pods.
  • spec.app.labels continue to be applied to the pod template as before (no
    regression).
  • Adding, changing, or removing a podLabels entry triggers a normal rolling
    replacement of the pods (standard Deployment behavior).
  • No change for users who do not set podLabels.

@uppoju uppoju left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM

@Gazza7205
Gazza7205 merged commit 89281ef into main Aug 14, 2026
8 checks passed
@Gazza7205
Gazza7205 deleted the operator-130-patch branch August 14, 2026 12:26
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.

2 participants