konstructio / kubefirst-api

Kubefirst API that serves console frontend
MIT License
10 stars 14 forks source link

feat : custom repositories #373

Open jokestax opened 2 months ago

jokestax commented 2 months ago

we can now deploy multiple repos on same organistation using below flags :

"--gitopsRepoName" metaphorRepoName "adminTeamName" "developerTeamName"

but we have to use kubefirst repo branch "feat-custom-repo" and kubefirst-gitops-template repo branch "feat-custom-repo" until its merged into main

mrsimonemms commented 2 months ago

How can I test this?

Also, there's some formatting errors in the code - can be fixed by running go fmt ./... (only need to fix the stuff on lines/files that are part of your change)

jokestax commented 2 months ago

You can run console,api locally and checkout my branch

fharper commented 2 months ago

Is there a reason why this is only for Civo?

These kind of features should be implemented on all clouds to prevent difference in features between them. It's not a great experience for users on other cloud if they can't have the same features, it's more annoying to document, and a pain to maintain after :)

jokestax commented 2 months ago

Now it's on all clouds Fred, sorry for not updating it

fharper commented 2 months ago

@jokestax great, I didn't check the code yet, just check the PR title :)