You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since we are disabling traefik during the default install with --disable traefik , we should also test this with molecule to be sure that the traefik pods do not exist.
Done when:
CI Test that checks for traefik and confirms it is not installed
Optionally could detect the presence of --disable traefik flag and do it in process too (during the playbook execution) and check
The text was updated successfully, but these errors were encountered:
Since we are disabling traefik during the default install with
--disable traefik
, we should also test this withmolecule
to be sure that the traefik pods do not exist.Done when:
traefik
and confirms it is not installed--disable traefik
flag and do it in process too (during the playbook execution) and checkThe text was updated successfully, but these errors were encountered: