Skip to content

fix(k3d): adding -t, --traefik option to provide custom traefik install

Philippe Caseiro requested to merge fix/traefik into develop

if -t or --traefik option is set, we disable the embeded traefik install and replace it with a custom one. the user needs to provide a values file. if the file name is empty (ex: -t "") we use a default one provided by the install function.

Fixes #6 (closed)

Merge request reports