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 3eaf229 commit 4ccecaaCopy full SHA for 4ccecaa
helm-chart/binderhub/templates/container-builder/daemonset.yaml
@@ -47,9 +47,9 @@ spec:
47
{{- with $daemonset.image.pullPolicy }}
48
imagePullPolicy: {{ . }}
49
{{- end }}
50
- {{- with $daemonset.resources }}
+ {{- with $builder.resources }}
51
resources:
52
- {{- $daemonset.resources | toYaml | nindent 12 }}
+ {{- $builder.resources | toYaml | nindent 12 }}
53
54
{{- if eq $builderName "dind" }}
55
args:
0 commit comments