We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53493af commit a93f8b5Copy full SHA for a93f8b5
helm-chart/binderhub/templates/container-builder/daemonset.yaml
@@ -1,6 +1,6 @@
1
{{- if ne .Values.imageBuilderType "host" -}}
2
{{- $builderName := .Values.imageBuilderType -}}
3
-{{- $builder := (index .Values $builderName) -}}
+{{- $builder := index .Values $builderName -}}
4
{{- $daemonset := $builder.daemonset -}}
5
6
apiVersion: apps/v1
helm-chart/binderhub/values.yaml
@@ -299,6 +299,7 @@ imageCleaner:
299
imageGCThresholdHigh: 80
300
imageGCThresholdLow: 60
301
# cull images on the host docker as well as dind
302
+ # configuration to use if `imageBuilderType: host` is configured
303
host:
304
dockerSocket: /var/run/docker.sock
305
dockerLibDir: /var/lib/docker
0 commit comments