diff --git a/helm/warehouse13/templates/app-deployment.yaml b/helm/warehouse13/templates/app-deployment.yaml index 24d4bc5..5091efe 100644 --- a/helm/warehouse13/templates/app-deployment.yaml +++ b/helm/warehouse13/templates/app-deployment.yaml @@ -18,7 +18,8 @@ spec: {{- include "warehouse13.selectorLabels" . | nindent 8 }} app.kubernetes.io/component: app spec: - imagePullSecrets: gitlab-service-agent-registry-secret + imagePullSecrets: + - name: gitlab-service-agent-registry-secret serviceAccountName: {{ include "warehouse13.serviceAccountName" . }} securityContext: {{- toYaml .Values.podSecurityContext | nindent 8 }}