mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-18 10:39:49 +00:00
Fix: correct k8s node response
This commit is contained in:
parent
277fbe8051
commit
455103a9f1
4 changed files with 5 additions and 12 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue