mirror of
https://github.com/gethomepage/homepage.git
synced 2025-12-07 09:35:54 -08:00
Fix: correct k8s node response
This commit is contained in:
@@ -21,7 +21,6 @@ export default async function listTraefikIngress() {
|
||||
version: "v1alpha1",
|
||||
plural: "ingressroutes",
|
||||
})
|
||||
.then((response) => response)
|
||||
.catch(async (error) => {
|
||||
if (traefikContainoExists) {
|
||||
logger.error(
|
||||
@@ -42,7 +41,6 @@ export default async function listTraefikIngress() {
|
||||
version: "v1alpha1",
|
||||
plural: "ingressroutes",
|
||||
})
|
||||
.then((response) => response.body)
|
||||
.catch(async (error) => {
|
||||
if (traefikExists) {
|
||||
logger.error(
|
||||
|
||||
Reference in New Issue
Block a user