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
{{ message }}
This repository has been archived by the owner on Aug 4, 2022. It is now read-only.
Currently the provider only checks for the existence of the label traefik.expose but doesn't check it's associated value. This means using <Label Key="traefik.expose">false</Label> will still actually expose the service. Offending line: servicefabric_tmpl.go:94
The text was updated successfully, but these errors were encountered:
Currently the provider only checks for the existence of the label
traefik.expose
but doesn't check it's associated value. This means using<Label Key="traefik.expose">false</Label>
will still actually expose the service.Offending line: servicefabric_tmpl.go:94
The text was updated successfully, but these errors were encountered: