Kustomization migration assumes git creds is needed #6
Labels
bug
Something isn't working
good first issue
Good for newcomers
help wanted
Extra attention is needed
Given the following
GitRepository
andKustomization
...The following command will fail
$ mta kustomization --name welcome-app FATA[0000] gitrepositories.source.toolkit.fluxcd.io "welcome-app" not found
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.The text was updated successfully, but these errors were encountered: