From dfc37a1a968c6bbdb6327f95fba4112ece96b0e4 Mon Sep 17 00:00:00 2001 From: Iain Sproat <68657+iainsproat@users.noreply.github.com> Date: Tue, 1 Apr 2025 14:46:50 +0100 Subject: [PATCH] Fix imagePullSecrets --- utils/helm/speckle-preview-service/templates/deployment.yaml | 4 ++++ 1 file changed, 4 insertions(+) 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: