[ISSUE] global.labels Used in Both matchLabels and metadata.labels #2699
Labels
kind/issue
Unidentified issue, it could be a bug, misconfig, or anything in between
platform/aws
Issues related to AWS
platform/gcp
Issues related to GCP
support
Marks an issue as related to a customer support request (don't edit the lable)
Milestone
Describe the issue:
related to: https://jira.camunda.com/browse/SUPPORT-24909
The
global.labels
field in the Camunda Platform Helm chart is being applied to bothmetadata.labels
andmatchLabels
(selectors). This behavior is problematic because matchLabels are immutable, and dynamic or environment-specific labels cannot be safely updated in subsequent deployments.Actual behavior:
When labels are defined in
global.labels
, they are applied to:metadata.labels
(which is expected and allowed to change).matchLabels
(used for Kubernetes selectors, which are immutable).Expected behavior:
How to reproduce:
Logs:
Environment:
Please note: Without the following info, it's hard to resolve the issue and probably it will be closed.
The text was updated successfully, but these errors were encountered: