vanvalenlab / kiosk-console

DeepCell Kiosk Distribution for Kubernetes on GKE and AWS
https://deepcell-kiosk.readthedocs.io
Other
35 stars 6 forks source link

Fix whitespace issue in tasks/Makefile.kubectl #386

Closed willgraf closed 4 years ago

willgraf commented 4 years ago

Whitespace in tasks/Makefile.kubectl cause the make commands to fail. The indentation is using spaces instead of tabs, which breaks. This PR changes the spaces to tabs and resolves the issue.

This PR also adds CERTIFICATE_MANAGER_ENABLED="true" so that the certificate make commands are tested in unit tests.