Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Apr 27, 2024
1 parent 5386112 commit 944e3a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jupyterhub/files/hub/jupyterhub_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,8 @@ def camelCaseify(s):
f"{chart_name}-{chart_version.replace('+', '_')}"
)
chart_app_version = get_config("Chart.AppVersion")
print(get_config("Chart"))
assert False
if chart_app_version:
common_labels["app.kubernetes.io/version"] = chart_app_version
common_labels["app.kubernetes.io/managed-by"] = "kubespawner"
Expand Down

0 comments on commit 944e3a7

Please sign in to comment.