mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Use nodeSelector from worker (#4469)
This commit is contained in:
committed by
k8s-ci-robot
parent
0dd644755b
commit
2bec084260
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user