Skip to content

Commit 7c036a0

Browse files
authored
docs(helm): add example env required for docker-in-docker
1 parent 06e36b4 commit 7c036a0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ci/helm-chart/values.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ extraArgs: []
7070
extraVars: []
7171
# - name: DISABLE_TELEMETRY
7272
# value: true
73+
# - name: DOCKER_HOST
74+
# value: "tcp://localhost:2375"
7375

7476
##
7577
## Init containers parameters:
@@ -126,6 +128,7 @@ persistence:
126128
## Enable an Specify container in extraContainers.
127129
## This is meant to allow adding code-server dependencies, like docker-dind.
128130
extraContainers: |
131+
# If docker-dind is used, DOCKER_HOST env is mandatory to set in "extraVars"
129132
#- name: docker-dind
130133
# image: docker:19.03-dind
131134
# imagePullPolicy: IfNotPresent

0 commit comments

Comments
 (0)