cache: fix registry url passing

This commit is contained in:
Nico Schottelius 2021-12-04 14:49:08 +01:00
parent 1c4d59287b
commit a5923c127a
1 changed files with 1 additions and 1 deletions

View File

@ -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"