Add NodeSelector to the Helm Chart to Use Linux Node (#146)

This commit is contained in:
Robbie Zhang
2018-04-24 09:25:11 -07:00
committed by GitHub
parent 2ad284c98e
commit 2e40c52e7b
4 changed files with 4 additions and 0 deletions

Binary file not shown.

View File

@@ -56,3 +56,5 @@ spec:
hostPath:
path: /etc/kubernetes/azure.json
type: File
nodeSelector:
beta.kubernetes.io/os: linux

View File

@@ -40,3 +40,5 @@ spec:
secret:
secretName: {{ template "fullname" . }}
serviceAccountName: {{ if .Values.rbac.install }} "{{ template "fullname" . }}-service-account" {{ end }}
nodeSelector:
beta.kubernetes.io/os: linux