Fix imagePullSecrets

This commit is contained in:
Iain Sproat
2025-04-01 14:46:50 +01:00
parent e78c146500
commit dfc37a1a96
@@ -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: