Skip to content

Commit 8c64cb9

Browse files
author
jgnaucke
committed
Changed toleration to run on all nodes
1 parent 33f4848 commit 8c64cb9

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

charts/ntp-exporter/templates/daemonset.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,8 @@ spec:
2222
role: metrics-exporter
2323
spec:
2424
tolerations:
25-
- key: node-role.kubernetes.io/control-plane
25+
- effect: NoSchedule
2626
operator: Exists
27-
effect: NoSchedule
28-
- key: node-role.kubernetes.io/master
29-
operator: Exists
30-
effect: NoSchedule
3127
{{- if .Values.priorityClassName }}
3228
priorityClassName: {{ .Values.priorityClassName }}
3329
{{- end }}

0 commit comments

Comments
 (0)