Open ismaillatona opened 7 months ago
/assign
The chart value's controller.podLabel works for me. Couldn't get controller.podLabels to work.
A few more details:
In values.yaml, here, the name of the variable is PodLabel.
But it does not appear as though this will ever modify the tags on the deployed pods, since the code for the pod's labels here references a variable called PodLabels
.
The two files need to be reconciled to agree on the variable name. The simplest would simply be renaming controller.PodLabel
to controller.PodLabels
to agree with what's currently in the controller deployment definition.
The Kubernetes project currently lacks enough contributors to adequately respond to all issues.
This bot triages un-triaged issues according to the following rules:
lifecycle/stale
is appliedlifecycle/stale
was applied, lifecycle/rotten
is appliedlifecycle/rotten
was applied, the issue is closedYou can:
/remove-lifecycle stale
/close
Please send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle stale
/kind bug
What happened? Pod labels are not set on the controller pods. While looking at the default values file there is a typo at
controller.podLabel
it should becontroller.podLabels
as referenced in the templates What you expected to happen? I expected pod labels to be set on the controller pods How to reproduce it (as minimally and precisely as possible)? Setting podLabel value does not set the controller pod labels Anything else we need to know?:Environment
kubectl version
):Please also attach debug logs to help us better diagnose