Skip to content

Commit

Permalink
feat: add setupargocd
Browse files Browse the repository at this point in the history
  • Loading branch information
sofia authored and sofia committed Nov 26, 2024
1 parent 27f499c commit f19aa06
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions k8s-cluster-config/playbooks/setup_argocd.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
- name: Setup ArgoCD SSH Authentication with GitHub
hosts: kube_control_plane
become: true
vars:
service_port: 30080
git_repo_url: "https://github.com/Parrotalk/Parrotalk-Manifests.git"
git_username: "suugit"
git_token: "ghp_"
cluster_name: ptk
roles:
- argocd

0 comments on commit f19aa06

Please sign in to comment.