We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2eba923 commit 4741c08Copy full SHA for 4741c08
ci/helm-chart/values.yaml
@@ -70,6 +70,8 @@ extraArgs: []
70
extraVars: []
71
# - name: DISABLE_TELEMETRY
72
# value: true
73
+# - name: DOCKER_HOST
74
+# value: "tcp://localhost:2375"
75
76
##
77
## Init containers parameters:
@@ -126,6 +128,7 @@ persistence:
126
128
## Enable an Specify container in extraContainers.
127
129
## This is meant to allow adding code-server dependencies, like docker-dind.
130
extraContainers: |
131
+# If docker-dind is used, DOCKER_HOST env is mandatory to set in "extraVars"
132
#- name: docker-dind
133
# image: docker:19.03-dind
134
# imagePullPolicy: IfNotPresent
0 commit comments