Update src/utils/kubernetes/httproute-list.js

Co-authored-by: Brett Dudo <brett@dudo.io>
This commit is contained in:
djeinstine
2025-02-11 09:30:59 +01:00
committed by GitHub
parent 65a484800e
commit 1f7b1d9c8c

View File

@@ -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