feat: add ability to add custom arguments to the dind daemon

This commit is contained in:
DaanSelen
2026-04-07 09:55:38 +02:00
parent 0ccd46355c
commit af90c8bbf0
2 changed files with 11 additions and 0 deletions

View File

@ -62,6 +62,10 @@ spec:
{{- end }}
securityContext:
privileged: true
{{- if .Values.statefulset.dind.extraArgs }}
args:
{{- toYaml .Values.statefulset.dind.extraArgs | nindent 12 }}
{{- end }}
startupProbe:
exec:
command: