mirror of
https://gitea.com/gitea/helm-actions.git
synced 2026-04-09 03:00:40 +00:00
feat: add ability to add custom arguments to the dind daemon
This commit is contained in:
@ -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:
|
||||
|
||||
Reference in New Issue
Block a user