mirror of
https://github.com/dokku/dokku.git
synced 2026-02-24 04:00:36 +01:00
fix: do not attempt to install both k3s and traefik
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user