Question: When configuring Dynamic accounts, clouddriver fails to start saying that there is "No such label: master". This is because the dynamic account configuration assumes that branch is "master". When you create a git-repo, by default it creates 'main" branch and not "master".


The fix is simple. Go to github repo, create master branch. Then go into settings, branches, and set "master" as the "default" branch.


Restarting the clouddriver helps.