mirror of
https://github.com/gethomepage/homepage.git
synced 2025-12-07 09:35:54 -08: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