Skip to content
Snippets Groups Projects
Commit e10acc9b authored by Rob Kooper's avatar Rob Kooper
Browse files

traefik2 == traefik

parent c3514a5c
No related branches found
No related tags found
No related merge requests found
......@@ -65,7 +65,11 @@ spec:
ingresscontroller:
enabled: ${ingress_controller_enabled}
%{~ if ingress_controller_enabled ~}
%{~ if ingress_controller == "traefik2" ~}
class: traefik
%{~ else ~}
class: ${ingress_controller}
%{~ endif ~}
%{~ if length(floating_ip) > 0 ~}
publicIP: ${floating_ip[0].public_ip}
privateIP: ${floating_ip[0].private_ip}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment