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.
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.