diff --git a/charts/logzio-telemetry/templates/_pod-spm.tpl b/charts/logzio-telemetry/templates/_pod-spm.tpl index 63385f17..1a7f3610 100644 --- a/charts/logzio-telemetry/templates/_pod-spm.tpl +++ b/charts/logzio-telemetry/templates/_pod-spm.tpl @@ -57,6 +57,9 @@ containers: volumeMounts: - mountPath: /conf name: {{ .Chart.Name }}-configmap-spm +{{- if .Values.priorityClassName }} +priorityClassName: {{ .Values.priorityClassName | quote }} +{{- end }} volumes: - name: {{ .Chart.Name }}-configmap-spm configMap: