mirror of
https://github.com/gethomepage/homepage.git
synced 2026-04-07 10:41:20 -07:00
Update src/utils/kubernetes/httproute-list.js
Co-authored-by: Brett Dudo <brett@dudo.io>
This commit is contained in:
@@ -14,7 +14,7 @@ export default async function listHttpRoute() {
|
||||
const { gateway } = getKubernetes();
|
||||
let httpRouteList = [];
|
||||
|
||||
if (gateway === true) {
|
||||
if (!!gateway) {
|
||||
// httproutes
|
||||
const getHttpRoute = async (namespace) =>
|
||||
crd
|
||||
|
||||
Reference in New Issue
Block a user