mirror of
https://github.com/gethomepage/homepage.git
synced 2025-12-07 09:35:54 -08:00
Update src/utils/kubernetes/traefik-list.js
Co-authored-by: Brett Dudo <brett@dudo.io>
This commit is contained in:
@@ -11,7 +11,7 @@ export default async function listTraefikIngress() {
|
||||
const { traefik } = getKubernetes();
|
||||
const traefikList = [];
|
||||
|
||||
if (traefik) {
|
||||
if (!!traefik) {
|
||||
const crd = kc.makeApiClient(CustomObjectsApi);
|
||||
const traefikContainoExists = await checkCRD("ingressroutes.traefik.containo.us",kc,logger);
|
||||
const traefikExists = await checkCRD("ingressroutes.traefik.io",kc,logger);
|
||||
|
||||
Reference in New Issue
Block a user