mirror of
https://github.com/traefik/traefik
synced 2026-02-03 08:50:32 +00:00
Remove Pilot support
This commit is contained in:
committed by
GitHub
parent
a002ccfce3
commit
ab8d7d2e78
@@ -64,6 +64,10 @@ THIS FILE MUST NOT BE EDITED BY HAND
|
||||
continue
|
||||
}
|
||||
|
||||
if strings.HasPrefix(flat.Name, "pilot.") || strings.HasPrefix(flat.Name, "TRAEFIK_PILOT_") {
|
||||
continue
|
||||
}
|
||||
|
||||
if prefix == "" {
|
||||
w.writeln("`" + prefix + strings.ReplaceAll(flat.Name, "[0]", "_n") + "`: ")
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user