From d523cfc8edd3d5c11dd46d0a995d085b89fe3ef5 Mon Sep 17 00:00:00 2001 From: Adrien Bouvais Date: Fri, 14 Aug 2026 23:42:25 +0200 Subject: [PATCH] Add registry credentials to pull images jupyter --- charts/tenant/templates/deployment.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/charts/tenant/templates/deployment.yaml b/charts/tenant/templates/deployment.yaml index 9dd411d..13e934b 100644 --- a/charts/tenant/templates/deployment.yaml +++ b/charts/tenant/templates/deployment.yaml @@ -18,9 +18,12 @@ spec: app: jupyter tenant: 'tenant-{{.Values.name}}' spec: + imagePullSecrets: + - name: registry-credentials containers: - name: jupyter image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}" + imagePullPolicy: IfNotPresent resources: requests: cpu: {{ .Values.resources.requests.cpu }}