Add NodeSelector to the Helm Chart to Use Linux Node (#146)
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -56,3 +56,5 @@ spec:
|
|||||||
hostPath:
|
hostPath:
|
||||||
path: /etc/kubernetes/azure.json
|
path: /etc/kubernetes/azure.json
|
||||||
type: File
|
type: File
|
||||||
|
nodeSelector:
|
||||||
|
beta.kubernetes.io/os: linux
|
||||||
@@ -40,3 +40,5 @@ spec:
|
|||||||
secret:
|
secret:
|
||||||
secretName: {{ template "fullname" . }}
|
secretName: {{ template "fullname" . }}
|
||||||
serviceAccountName: {{ if .Values.rbac.install }} "{{ template "fullname" . }}-service-account" {{ end }}
|
serviceAccountName: {{ if .Values.rbac.install }} "{{ template "fullname" . }}-service-account" {{ end }}
|
||||||
|
nodeSelector:
|
||||||
|
beta.kubernetes.io/os: linux
|
||||||
|
|||||||
Reference in New Issue
Block a user