diff --git a/charts/bbbatscale-support-notify/templates/serviceaccount.yaml b/charts/bbbatscale-support-notify/templates/serviceaccount.yaml
index 44ffd0e3dd80e4083eec9d4abec10f4020a433b1..60c7463cace465964499b08a5bc71c66b4f3b7ba 100644
--- a/charts/bbbatscale-support-notify/templates/serviceaccount.yaml
+++ b/charts/bbbatscale-support-notify/templates/serviceaccount.yaml
@@ -9,4 +9,6 @@ metadata:
   annotations:
     {{- toYaml . | nindent 4 }}
   {{- end }}
+imagePullSecrets:
+  -  {{ include "bbbatscale-support-notify.fullname" . }}-pullsecret
 {{- end }}