fix: fix registry mount path

This commit is contained in:
2025-02-13 14:20:29 +01:00
parent e7a70d7f9a
commit fc6f68d887
@@ -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