fix: fix registry mount path
This commit is contained in:
@@ -52,7 +52,7 @@ spec:
|
||||
{{- toYaml .Values.resources | nindent 12 }}
|
||||
volumeMounts:
|
||||
- name: data
|
||||
mountPath: /data
|
||||
mountPath: /var/lib/registry
|
||||
{{- if .Values.init.enabled }}
|
||||
initContainers:
|
||||
- name: init
|
||||
@@ -60,7 +60,7 @@ spec:
|
||||
command: {{- toYaml .Values.init.command | nindent 10 }}
|
||||
volumeMounts:
|
||||
- name: data
|
||||
mountPath: /data
|
||||
mountPath: /var/lib/registry
|
||||
{{- end }}
|
||||
volumes:
|
||||
- name: data
|
||||
|
||||
Reference in New Issue
Block a user