Skip to content

Commit 944e3a7

Browse files
committed
test
1 parent 5386112 commit 944e3a7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

jupyterhub/files/hub/jupyterhub_config.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,8 @@ def camelCaseify(s):
132132
f"{chart_name}-{chart_version.replace('+', '_')}"
133133
)
134134
chart_app_version = get_config("Chart.AppVersion")
135+
print(get_config("Chart"))
136+
assert False
135137
if chart_app_version:
136138
common_labels["app.kubernetes.io/version"] = chart_app_version
137139
common_labels["app.kubernetes.io/managed-by"] = "kubespawner"

0 commit comments

Comments
 (0)