mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-29 21:29:24 +00:00
Automatic merge from submit-queue (batch tested with PRs 48012, 47443, 47702, 47178) Fix setting juju worker labels during deployment **What this PR does / why we need it**: Allows for setting the labels of juju workers during deployment (eg inside a bundle) **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #47176 **Special notes for your reviewer**: **Release note**: ``` Fix bug in setting Juju kubernetes-worker labels in bundle.yaml files. ```