overhangio / tutor-ecommerce

Ecommerce plugin for Tutor
GNU Affero General Public License v3.0
17 stars 50 forks source link

tutor.py configuration path is wrong when start ecommerce on k8s #8

Closed pcliupc closed 4 years ago

pcliupc commented 4 years ago

Meets error when run master branch for k8s environment (v1.14) seems that tutorecommerce/templates/ecommerce/apps/tutor.py should be put under tutorecommerce/templates/ecommerce/apps/settings.

pcliupc commented 4 years ago

Another issue of k8s deployment is ecommerceworker cannot be started, seems that k8s does not allow '' in deployment and configMap name. May change deployment 'ecommerce_worker' to 'ecommerce-worker'?

regisb commented 4 years ago

Hi @pcliupc! Thanks for the report. Both issues should be fixed in the latest release (v0.1.0). Can you please confirm?

pcliupc commented 4 years ago

@regisb thanks for fixing the two issues, works in my dev env.