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:
|
||||
path: /etc/kubernetes/azure.json
|
||||
type: File
|
||||
nodeSelector:
|
||||
beta.kubernetes.io/os: linux
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user