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

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

View File

@@ -13,7 +13,7 @@ export default async function listIngress() {
const { ingress } = getKubernetes();
let ingressList = []
if (ingress===true){
if (!!ingress){
const ingressData = await networking
.listIngressForAllNamespaces(null, null, null, null)