16 lines
654 B
Diff
16 lines
654 B
Diff
--- charts/istio-operator/templates/deployment.yaml 2020-09-11 14:57:25.007439918 +0100
|
|
+++ charts/istio-operator/templates/deployment.yaml 2020-09-11 14:59:57.998019251 +0100
|
|
@@ -14,6 +14,12 @@
|
|
name: istio-operator
|
|
spec:
|
|
serviceAccountName: istio-operator{{- if not (eq .Values.revision "") }}-{{ .Values.revision }}{{- end }}
|
|
+ nodeSelector:
|
|
+ kubernetes.io/os: linux
|
|
+ node-role.kubernetes.io/master: ""
|
|
+ tolerations:
|
|
+ - key: node-role.kubernetes.io/master
|
|
+ effect: NoSchedule
|
|
containers:
|
|
- name: istio-operator
|
|
image: {{.Values.hub}}/operator:{{.Values.tag}}
|