fix: do not attempt to install both k3s and traefik

This commit is contained in:
Jose Diaz-Gonzalez
2024-03-12 06:08:05 -04:00
parent 92139a0cd3
commit d68eacced4

View File

@@ -376,7 +376,7 @@ func CommandInitialize(ingressClass string, serverIP string, taintScheduling boo
return false
}
if chart.ChartPath == "nginx" && ingressClass == "traefik" {
if chart.ChartPath == "ingress-nginx" && ingressClass == "traefik" {
return false
}