docs(helm): add example env required for docker-in-docker (#5045)
Co-authored-by: Joe Previte <jjprevite@gmail.com>
This commit is contained in:
parent
5341294d2d
commit
9c4f41d784
@ -70,6 +70,8 @@ extraArgs: []
|
|||||||
extraVars: []
|
extraVars: []
|
||||||
# - name: DISABLE_TELEMETRY
|
# - name: DISABLE_TELEMETRY
|
||||||
# value: true
|
# value: true
|
||||||
|
# - name: DOCKER_HOST
|
||||||
|
# value: "tcp://localhost:2375"
|
||||||
|
|
||||||
##
|
##
|
||||||
## Init containers parameters:
|
## Init containers parameters:
|
||||||
@ -126,6 +128,7 @@ persistence:
|
|||||||
## Enable an Specify container in extraContainers.
|
## Enable an Specify container in extraContainers.
|
||||||
## This is meant to allow adding code-server dependencies, like docker-dind.
|
## This is meant to allow adding code-server dependencies, like docker-dind.
|
||||||
extraContainers: |
|
extraContainers: |
|
||||||
|
# If docker-dind is used, DOCKER_HOST env is mandatory to set in "extraVars"
|
||||||
#- name: docker-dind
|
#- name: docker-dind
|
||||||
# image: docker:19.03-dind
|
# image: docker:19.03-dind
|
||||||
# imagePullPolicy: IfNotPresent
|
# imagePullPolicy: IfNotPresent
|
||||||
|
Reference in New Issue
Block a user