mirror of
https://github.com/gethomepage/homepage.git
synced 2025-12-07 09:35:54 -08:00
Update src/utils/kubernetes/ingress-list.js
Co-authored-by: Brett Dudo <brett@dudo.io>
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user