Skip to content

fix: merge global labels with worker labels

Alexey Sosnin requested to merge merge-worker-labels into master

values.yaml

labels:
  r1/component-id: "8"
  r1/contour: "rc10wb"

workers:
  manifest-management:
    additionalLabels:
      r1/component-id: "119"

worker will have following labels:

r1/component-id: "119"
r1/contour: "rc10wb"

You can test it with following values.yaml file: https://gitlab.trgdev.com/thor/r1legacy/main/-/blob/add-labels/helm-review-values.yml

Merge request reports