mirror of
https://gitea.com/gitea/helm-actions.git
synced 2026-04-05 01:00:48 +00:00
fix: improvements to rootless (typo)
This commit is contained in:
@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user