Update 'routes/kube_helm_routes.py'
This commit is contained in:
parent
ce93547df7
commit
fac92ff040
@ -23,12 +23,7 @@ def chartVersions():
|
||||
table.classes = ['table-striped', 'table-condensed', 'table-hover']
|
||||
return render_template('chartRevisionList.html', table=table)
|
||||
|
||||
|
||||
<<<<<<< HEAD
|
||||
@routes.route('/nsLookup/<ns>/<namespace>')
|
||||
=======
|
||||
@routes.route('/nsLookup/<ns>')
|
||||
>>>>>>> a7df40eb7710553f5d0185c3fa04ea6991c06f89
|
||||
def namespaceLookup(ns):
|
||||
charts = get_charts(ns)
|
||||
return jsonify(charts)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user