Skip to content

Commit a93f8b5

Browse files
authored
Update inline comment and a syntax detail
1 parent 53493af commit a93f8b5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

helm-chart/binderhub/templates/container-builder/daemonset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{{- if ne .Values.imageBuilderType "host" -}}
22
{{- $builderName := .Values.imageBuilderType -}}
3-
{{- $builder := (index .Values $builderName) -}}
3+
{{- $builder := index .Values $builderName -}}
44
{{- $daemonset := $builder.daemonset -}}
55

66
apiVersion: apps/v1

helm-chart/binderhub/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,7 @@ imageCleaner:
299299
imageGCThresholdHigh: 80
300300
imageGCThresholdLow: 60
301301
# cull images on the host docker as well as dind
302+
# configuration to use if `imageBuilderType: host` is configured
302303
host:
303304
dockerSocket: /var/run/docker.sock
304305
dockerLibDir: /var/lib/docker

0 commit comments

Comments
 (0)