Skip to content

Commit 4ccecaa

Browse files
committed
fix(container-builder): apply resources properly
They are part of the builder object, not the daemonset.
1 parent 3eaf229 commit 4ccecaa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ spec:
4747
{{- with $daemonset.image.pullPolicy }}
4848
imagePullPolicy: {{ . }}
4949
{{- end }}
50-
{{- with $daemonset.resources }}
50+
{{- with $builder.resources }}
5151
resources:
52-
{{- $daemonset.resources | toYaml | nindent 12 }}
52+
{{- $builder.resources | toYaml | nindent 12 }}
5353
{{- end }}
5454
{{- if eq $builderName "dind" }}
5555
args:

0 commit comments

Comments
 (0)