refarch - argocd deployment issues #12
Replies: 1 comment 3 replies
-
Thanks for pointing out these issues! Good catch on 1. We'll get that corrected. On 2, looks like Finally for 3, have you already created the empty GitHub repos and does the PAT you're using locally have access? https://docs.cloudposse.com/reference-architecture/setup/argocd/#create-all-argocd-pats |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi team,
I'm following this manual to deploy ArgoCD - https://docs.cloudposse.com/reference-architecture/how-to-guides/integrations/argocd/pats/
And noticed couple of issues with it:
Deploy ArgoCD GitHub Repositories Configuration page reads
But there's no such workflow, it should be
atmos workflow deploy/argocd-repos -f argocd
Command
workflow deploy/argocd-repos
fails, stating:This happens because argument "push_restrictions" only exists in v4 of github provider, and your versions.tf lock it to 'higher or equal to v4' - which happily installs version 6 :-D
Creating the bot user as described results with these errors in terraform:
I only managed to get this solved by changing bot user's permission to Owner, without changing anything in the fine-grained PAT
Beta Was this translation helpful? Give feedback.
All reactions