jenkins-infra / helm-charts

Helm chart repository containing the jenkins-infra public charts.
7 stars 25 forks source link

Artifact Caching Proxy does not honor `tolerations` neither `nodeSelector` values #1158

Closed dduportal closed 5 months ago

dduportal commented 5 months ago

Reproduction steps

As caught by @sboardwell , we can provide the tolerations and nodeSelector values when installing the helm chart for ACP.

However these directives are not honored which blocks when trying to install on tainted nodes or targeting some labeled nodes (ref. https://github.com/jenkins-infra/helpdesk/issues/3954).

Expected Results

Specifying tolerations and nodeSelector should produces manifests with the directives defined in the StatefuleSet's pod template

Actual Results

Values are ignored

Anything else?

No response