File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
templates/container-builder Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -391,7 +391,7 @@ properties:
391391 extraArgs :
392392 type : array
393393 description : |
394- TODO
394+ Extra command line arguments for the Docker daemon
395395 lifecycle : &lifecycle-spec
396396 type : object
397397 additionalProperties : false
@@ -437,6 +437,10 @@ properties:
437437 additionalProperties : false
438438 properties :
439439 image : *image-spec
440+ extraArgs :
441+ type : array
442+ description : |
443+ Extra command line arguments for the Podman service, e.g. `[--log-level=debug]`
440444 lifecycle : *lifecycle-spec
441445 extraVolumes : *extraVolumes-spec
442446 extraVolumeMounts : *extraVolumeMounts-spec
Original file line number Diff line number Diff line change 7474 - service
7575 - --time=0
7676 - unix://{{ $builder.hostSocketDir }}/podman.sock
77+ {{- with $daemonset.extraArgs }}
78+ {{- . | toYaml | nindent 12 }}
79+ {{- end }}
7780 securityContext :
7881 privileged : true
7982 runAsUser : 0
You can’t perform that action at this time.
0 commit comments