fix: improvements to rootless (typo)

This commit is contained in:
Daan Selen
2026-04-01 23:58:39 +02:00
parent fa3a081b25
commit 3ad9261bee

View File

@ -86,7 +86,7 @@ spec:
{{- toYaml .Values.statefulset.resources | nindent 12 }}
volumeMounts:
{{- if .Values.statefulset.dind.rootless }}
- mouthPath: /run/user/{{ .Values.statefulset.dind.uid | default 1000 }}/
- mountPath: /run/user/{{ .Values.statefulset.dind.uid | default 1000 }}/
{{- else }}
- mountPath: /var/run/
{{- end }}