diff --git a/utils/helm/speckle-preview-service/templates/deployment.yaml b/utils/helm/speckle-preview-service/templates/deployment.yaml index b5bb92278..9de87319a 100644 --- a/utils/helm/speckle-preview-service/templates/deployment.yaml +++ b/utils/helm/speckle-preview-service/templates/deployment.yaml @@ -24,6 +24,10 @@ spec: {{- toYaml . | nindent 8 }} {{- end }} spec: + {{- with .Values.imagePullSecrets }} + imagePullSecrets: + {{- toYaml . | nindent 8 }} + {{- end }} serviceAccountName: {{ include "speckle-preview-service.serviceAccountName" . }} {{- with .Values.podSecurityContext }} securityContext: