Add actual dind config to values template

This commit is contained in:
Dmitry Chepurovskiy 2023-09-20 16:11:00 +03:00
parent ab0502ea93
commit 61d90f42d1
No known key found for this signature in database
GPG Key ID: 5B3A5FDCBFF9B3A4
1 changed files with 7 additions and 0 deletions

View File

@ -112,6 +112,13 @@ template:
## readOnly: true
## - name: dind
## image: docker:dind
## args:
## - dockerd
## - --host=unix:///run/docker/docker.sock
## - --group=$(DOCKER_GROUP_GID)
## env:
## - name: DOCKER_GROUP_GID
## value: "123"
## securityContext:
## privileged: true
## volumeMounts: