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