diff --git a/routes/kube_helm_routes.py b/routes/kube_helm_routes.py index 7493569..2507592 100644 --- a/routes/kube_helm_routes.py +++ b/routes/kube_helm_routes.py @@ -16,7 +16,7 @@ def index(): def chartVersions(): chart = request.form['chart'] records = request.form['records'] - namespace = request.form['ns'] + ns = request.form['ns'] chartVersions = get_chartdata(namespace, chart, records) table = chartVersionTable(chartVersions) table.border = True