Add registry credentials to pull images jupyter
This commit is contained in:
parent
7514d810b9
commit
d523cfc8ed
@ -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 }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user