Use nodeSelector from worker (#4469)

This commit is contained in:
Kurt McAlpine
2018-03-27 13:43:12 -07:00
committed by k8s-ci-robot
parent 0dd644755b
commit 2bec084260
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
@@ -20,7 +20,7 @@ spec:
{{ $key }}: {{ $value | quote }}
{{- end }}
spec:
{{- with .Values.nodeSelector }}
{{- with .Values.worker.nodeSelector }}
nodeSelector:
{{ toYaml . | indent 8 }}
{{- end }}