diff --git a/charts/librenms/templates/librenms-poller-ss.yml b/charts/librenms/templates/librenms-poller-ss.yml index 4cb7f19..2590677 100644 --- a/charts/librenms/templates/librenms-poller-ss.yml +++ b/charts/librenms/templates/librenms-poller-ss.yml @@ -74,6 +74,7 @@ spec: - name: mysql mountPath: "/opt/secrets/mysql/" readOnly: true + {{- end }} {{- if .Values.librenms.poller.resources }} resources: {{ toYaml .Values.librenms.poller.resources | nindent 10 }} {{- end }}