Skip to content

Commit

Permalink
Merge pull request #1817 from consideRatio/pr/fix-prePuller-regression
Browse files Browse the repository at this point in the history
prePuller: fix recently introduced regression
  • Loading branch information
consideRatio committed Oct 7, 2020
2 parents 9c658da + bcc818c commit 5df3b12
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion jupyterhub/templates/image-puller/_daemonset-helper.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ spec:
- -c
- echo "Pulling complete"
resources:
{{- .Values.prePuller.resources | toYaml | trimSuffix "\n" | nindent 12 }}
{{- $.Values.prePuller.resources | toYaml | trimSuffix "\n" | nindent 12 }}
{{- end }}
{{- end }}
{{- end }}
Expand Down
10 changes: 10 additions & 0 deletions tools/templates/lint-and-validate-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,16 @@ auth:


singleuser:
profileList:
- display_name: "mock display name 1"
description: |
mock description 1
default: True
- display_name: "mock display name 2"
description: |
mock description 2
kubespawner_override:
image: XYZ:XYZ
nodeSelector:
mock-node-selector: mock
extraTolerations:
Expand Down

0 comments on commit 5df3b12

Please sign in to comment.