From 61cd5c471aabe46abe2617f5d09636f2a75e0edf Mon Sep 17 00:00:00 2001 From: Armando Diaz Date: Fri, 17 Oct 2025 11:12:39 -0500 Subject: [PATCH] add reg secret --- helm/warehouse13/templates/app-deployment.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/helm/warehouse13/templates/app-deployment.yaml b/helm/warehouse13/templates/app-deployment.yaml index fdf32a7..24d4bc5 100644 --- a/helm/warehouse13/templates/app-deployment.yaml +++ b/helm/warehouse13/templates/app-deployment.yaml @@ -18,6 +18,7 @@ spec: {{- include "warehouse13.selectorLabels" . | nindent 8 }} app.kubernetes.io/component: app spec: + imagePullSecrets: gitlab-service-agent-registry-secret serviceAccountName: {{ include "warehouse13.serviceAccountName" . }} securityContext: {{- toYaml .Values.podSecurityContext | nindent 8 }}