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