traefik / traefik-migration-tool

A migration tool from Traefik v1 to Traefik v2
https://docs.traefik.io/migration/v1-to-v2/
Apache License 2.0
151 stars 35 forks source link

Fixed Global to return Nil if nothing present #15

Closed vegasbrianc closed 4 years ago

vegasbrianc commented 4 years ago

Fixed the Global configuration. If no value was present it was still adding it to the new-traefik.toml/.yml. Now, if no value is present it will return Nil following the other configurations.