Merge "Add toleration to snmp pods"

This commit is contained in:
Zuul 2021-09-22 20:47:37 +00:00 committed by Gerrit Code Review
commit 0f28a309ca

View File

@ -23,6 +23,10 @@ spec:
spec:
imagePullSecrets:
- name: default-registry-key
tolerations:
- key: "node-role.kubernetes.io/master"
operator: "Exists"
effect: "NoSchedule"
containers:
- name: {{ .Chart.Name }}
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"