Skip to content

Commit bdc90e7

Browse files
committed
improved docs, fixed chart references
1 parent 5f36c2d commit bdc90e7

File tree

7 files changed

+42
-7
lines changed

7 files changed

+42
-7
lines changed

ci/cluster/equinix/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/$A
4444
4545
# ArgoCD go brrrrrrr
4646
kubectl apply -n argocd -f argo-automation.yaml
47+
48+
# Watch it go brrrrrr
49+
argocd -n argocd admin dashboard
4750
```
4851

4952
To tear it all down:

ci/cluster/equinix/argo-automation.yaml

Lines changed: 34 additions & 2 deletions
Original file line numberDiff line numberDiff 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

ci/cluster/equinix/runners/16cpu-64gb/argo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
spec:
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:

ci/cluster/equinix/runners/2cpu-8gb/argo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
spec:
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:

ci/cluster/equinix/runners/32cpu-256gb/argo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
spec:
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:

ci/cluster/equinix/runners/4cpu-16gb/argo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
spec:
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:

ci/cluster/equinix/runners/keda-runner/argo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
spec:
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:

0 commit comments

Comments
 (0)