Merge "Add toleration for ptp-notification application"
This commit is contained in:
commit
4e6854a8ce
@ -171,3 +171,7 @@ spec:
|
|||||||
hostPath:
|
hostPath:
|
||||||
path: /etc/
|
path: /etc/
|
||||||
type: Directory
|
type: Directory
|
||||||
|
tolerations:
|
||||||
|
- key: "node-role.kubernetes.io/master"
|
||||||
|
operator: "Exists"
|
||||||
|
effect: "NoSchedule"
|
||||||
|
@ -23,6 +23,10 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
imagePullSecrets:
|
imagePullSecrets:
|
||||||
- name: {{ .Values.registration.imagePullSecrets }}
|
- name: {{ .Values.registration.imagePullSecrets }}
|
||||||
|
tolerations:
|
||||||
|
- key: "node-role.kubernetes.io/master"
|
||||||
|
operator: "Exists"
|
||||||
|
effect: "NoSchedule"
|
||||||
{{- if .Values.registration.affinity }}
|
{{- if .Values.registration.affinity }}
|
||||||
affinity:
|
affinity:
|
||||||
{{ toYaml .Values.registration.affinity | indent 8 }}
|
{{ toYaml .Values.registration.affinity | indent 8 }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user