File tree Expand file tree Collapse file tree 7 files changed +42
-7
lines changed Expand file tree Collapse file tree 7 files changed +42
-7
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,9 @@ kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/$A
4444
4545# ArgoCD go brrrrrrr
4646kubectl apply -n argocd -f argo-automation.yaml
47+
48+ # Watch it go brrrrrr
49+ argocd -n argocd admin dashboard
4750```
4851
4952To tear it all down:
Original file line number Diff line number Diff line change @@ -14,11 +14,43 @@ spec:
1414 namespace : default
1515 sources :
1616 - repoURL : https://github.com/cncf/automation.git
17- path : ci/cluster/equinix/autoscaler /
17+ path : ci/cluster/equinix/arc /
1818 targetRevision : HEAD
19+ ---
20+ apiVersion : argoproj.io/v1alpha1
21+ kind : Application
22+ metadata :
23+ name : equinix-autoscaler
24+ namespace : argocd
25+ spec :
26+ syncPolicy :
27+ automated :
28+ prune : true
29+ selfHeal : true
30+ project : default
31+ destination :
32+ server : https://kubernetes.default.svc
33+ namespace : default
34+ sources :
1935 - repoURL : https://github.com/cncf/automation.git
20- path : ci/cluster/equinix/arc /
36+ path : ci/cluster/equinix/autoscaler /
2137 targetRevision : HEAD
38+ ---
39+ apiVersion : argoproj.io/v1alpha1
40+ kind : Application
41+ metadata :
42+ name : github-runners
43+ namespace : argocd
44+ spec :
45+ syncPolicy :
46+ automated :
47+ prune : true
48+ selfHeal : true
49+ project : default
50+ destination :
51+ server : https://kubernetes.default.svc
52+ namespace : github-arc
53+ sources :
2254 - repoURL : https://github.com/cncf/automation.git
2355 path : ci/cluster/equinix/runners/
2456 targetRevision : HEAD
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ metadata:
66spec :
77 project : default
88 sources :
9- - chart : gha-runner-scale-set
9+ - chart : gha-runner-scale-set-controller
1010 repoURL : ghcr.io/actions/actions-runner-controller-charts
1111 targetRevision : 0.9.3
1212 helm :
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ metadata:
66spec :
77 project : default
88 sources :
9- - chart : gha-runner-scale-set
9+ - chart : gha-runner-scale-set-controller
1010 repoURL : ghcr.io/actions/actions-runner-controller-charts
1111 targetRevision : 0.9.3
1212 helm :
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ metadata:
66spec :
77 project : default
88 sources :
9- - chart : gha-runner-scale-set
9+ - chart : gha-runner-scale-set-controller
1010 repoURL : ghcr.io/actions/actions-runner-controller-charts
1111 targetRevision : 0.9.3
1212 helm :
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ metadata:
66spec :
77 project : default
88 sources :
9- - chart : gha-runner-scale-set
9+ - chart : gha-runner-scale-set-controller
1010 repoURL : ghcr.io/actions/actions-runner-controller-charts
1111 targetRevision : 0.9.3
1212 helm :
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ metadata:
66spec :
77 project : default
88 sources :
9- - chart : gha-runner-scale-set
9+ - chart : gha-runner-scale-set-controller
1010 repoURL : ghcr.io/actions/actions-runner-controller-charts
1111 targetRevision : 0.9.3
1212 helm :
You can’t perform that action at this time.
0 commit comments