Addition of pod labels without modifying selectors #4546
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
triage/accepted
Indicates an issue or PR is ready to be actively worked on.
Currently the
labels
field does not add pod labels ifincludeSelectors
is set tofalse
. It seems that the options available to add pod labels are by either settingincludeSelectors
totrue
or usingcommonLabels
, but I would like to be able to do this without updating selectors. It's also possible to add the labels with a patch, but it would be nice if thelabels
field could handle itFor example:
Requested build output:
The text was updated successfully, but these errors were encountered: