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 }}