cache: fix registry url passing
This commit is contained in:
parent
1c4d59287b
commit
a5923c127a
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ spec:
|
|||
- containerPort: 5000
|
||||
env:
|
||||
- name: REGISTRY_PROXY_REMOTEURL
|
||||
value: https://registry-1.docker.io
|
||||
value: {{ .Values.registry }}
|
||||
volumeMounts:
|
||||
- name: data
|
||||
mountPath: "/var/lib/registry"
|
||||
|
|
Loading…
Reference in a new issue