-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Commit triggered by a change on the main branch of helm-charts-dev
- Loading branch information
Showing
2 changed files
with
31 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
kind: ConfigMap | ||
apiVersion: v1 | ||
metadata: | ||
name: {{ include "applicationhub.jupyterhub.hub.fullname" . }} | ||
labels: | ||
{{- include "applicationhub.jupyterhub.hub.labels" . | nindent 4 }} | ||
data: | ||
{{- /* | ||
Resource names exposed to reliably reference them. | ||
|
||
user-scheduler: "my-helm-release-user-scheduler" | ||
... | ||
*/}} | ||
{{- include "applicationhub.jupyterhub.hub.name-templates" . | nindent 2 }} | ||
|
||
{{- /* | ||
Glob files to allow them to be mounted by the hub pod | ||
|
||
jupyterhub_config: | | ||
multi line string content... | ||
z2jh.py: | | ||
multi line string content... | ||
*/}} | ||
{{- (.Files.Glob "files/hub/*").AsConfig | nindent 2 }} | ||
|
||
{{- /* | ||
Store away a checksum of the hook-image-puller daemonset so future upgrades | ||
can compare and decide if it should run or not using the `lookup` function. | ||
*/}} | ||
|