feat: runners can run on user namespace
This commit is contained in:
parent
0a0be027fd
commit
1038a7f237
|
|
@ -153,6 +153,9 @@ spec:
|
|||
{{ $key }}: {{ $val | toYaml | nindent 8 }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
{{- if kindIs "bool" .Values.template.spec.hostUsers }}
|
||||
hostUsers: {{ .Values.template.spec.hostUsers }}
|
||||
{{- end }}
|
||||
{{- if not .Values.template.spec.restartPolicy }}
|
||||
restartPolicy: Never
|
||||
{{- end }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue