Skip to content

Commit

Permalink
Commit triggered by a change on the main branch of helm-charts-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
bbrauzzi committed Feb 9, 2023
1 parent d587a11 commit 6277dbd
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/application-hub/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 2.0.4
version: 2.0.5

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
30 changes: 30 additions & 0 deletions charts/application-hub/templates/configmap.yaml
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.
*/}}

0 comments on commit 6277dbd

Please sign in to comment.