Open christianh814 opened 1 year ago
@christianh814 can you review https://github.com/christianh814/mta/pull/7 ??
Another issue with this type of config is that ApplicationSet is used for migration and that's not always the case. Probably need #4 in as well.
Possible solution is to use IsNotFound
from k8s.io/apimachinery/pkg/api/errors
Given the following
GitRepository
andKustomization
...The following command will fail
This is because
mta
currently assumes that all repos require authenticationThis should be changed to check to see if the
Kustomization
is using a public repo.