Skip to content

Commit

Permalink
consolidate runners under a single ns for easier management
Browse files Browse the repository at this point in the history
  • Loading branch information
jeefy committed Oct 10, 2024
1 parent 7f28a30 commit 20b267d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ci/cluster/equinix/runners/16cpu-64gb/argo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
ref: values
destination:
server: "https://kubernetes.default.svc"
namespace: equinix-16cpu-64gb
namespace: arc-systems
syncPolicy:
automated:
prune: true
Expand Down
2 changes: 1 addition & 1 deletion ci/cluster/equinix/runners/2cpu-8gb/argo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
ref: values
destination:
server: "https://kubernetes.default.svc"
namespace: equinix-2cpu-8gb
namespace: arc-systems
syncPolicy:
automated:
prune: true
Expand Down
2 changes: 1 addition & 1 deletion ci/cluster/equinix/runners/32cpu-256gb/argo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
ref: values
destination:
server: "https://kubernetes.default.svc"
namespace: equinix-32cpu-256gb
namespace: arc-systems
syncPolicy:
automated:
prune: true
Expand Down
2 changes: 1 addition & 1 deletion ci/cluster/equinix/runners/4cpu-16gb/argo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
ref: values
destination:
server: "https://kubernetes.default.svc"
namespace: equinix-4cpu-16gb
namespace: arc-systems
syncPolicy:
automated:
prune: true
Expand Down
2 changes: 1 addition & 1 deletion ci/cluster/equinix/runners/keda-runner/argo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
ref: values
destination:
server: "https://kubernetes.default.svc"
namespace: equinix-keda-runner
namespace: arc-systems
syncPolicy:
automated:
prune: true
Expand Down

0 comments on commit 20b267d

Please sign in to comment.