feat: runners can run on user namespace

This commit is contained in:
Juho Saarinen 2025-08-16 21:23:59 +03:00
parent 0a0be027fd
commit 1038a7f237
1 changed files with 3 additions and 0 deletions

View File

@ -153,6 +153,9 @@ spec:
{{ $key }}: {{ $val | toYaml | nindent 8 }} {{ $key }}: {{ $val | toYaml | nindent 8 }}
{{- end }} {{- end }}
{{- end }} {{- end }}
{{- if kindIs "bool" .Values.template.spec.hostUsers }}
hostUsers: {{ .Values.template.spec.hostUsers }}
{{- end }}
{{- if not .Values.template.spec.restartPolicy }} {{- if not .Values.template.spec.restartPolicy }}
restartPolicy: Never restartPolicy: Never
{{- end }} {{- end }}