rancher / community-catalog

Catalog entries contributed by the community
385 stars 641 forks source link

Remove traefikdomain because it was never defined #769

Closed pgbezerra closed 6 years ago

pgbezerra commented 6 years ago

This variable creates an error in configuration files:

configadmin...env:2:EXT_ENDPOINT=http://domain.
data...config.json:14:  "ext_endpoint": "http://domain.",
registry...config.yml:24:    realm: http://domain./service/token

This makes UI works well, but you will never login with docker login or pull something public.

Once this variable was never defined, I removed it. Than works everything fine.

Closes #707

rawmind0 commented 6 years ago

Hi @paulobezerr , thanks for this PR.

LGTM