From 2bec084260f389067dd9fa8a3a905ea8070c96e8 Mon Sep 17 00:00:00 2001 From: Kurt McAlpine Date: Wed, 28 Mar 2018 09:43:12 +1300 Subject: [PATCH] Use nodeSelector from worker (#4469) --- stable/concourse/Chart.yaml | 2 +- stable/concourse/templates/worker-statefulset.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/concourse/Chart.yaml b/stable/concourse/Chart.yaml index 678604d5e6..e19a03c6c1 100644 --- a/stable/concourse/Chart.yaml +++ b/stable/concourse/Chart.yaml @@ -1,5 +1,5 @@ name: concourse -version: 1.0.6 +version: 1.0.7 appVersion: 3.9.0 description: Concourse is a simple and scalable CI system. icon: https://avatars1.githubusercontent.com/u/7809479 diff --git a/stable/concourse/templates/worker-statefulset.yaml b/stable/concourse/templates/worker-statefulset.yaml index 1378547a0e..748fd012fd 100644 --- a/stable/concourse/templates/worker-statefulset.yaml +++ b/stable/concourse/templates/worker-statefulset.yaml @@ -20,7 +20,7 @@ spec: {{ $key }}: {{ $value | quote }} {{- end }} spec: - {{- with .Values.nodeSelector }} + {{- with .Values.worker.nodeSelector }} nodeSelector: {{ toYaml . | indent 8 }} {{- end }}