Skip to content

Commit

Permalink
Merge pull request #26 from RobertKielty/fix-values-github-arc
Browse files Browse the repository at this point in the history
fixes value file for github-arc
  • Loading branch information
RobertKielty authored Nov 3, 2024
2 parents 569955e + 9cb6de7 commit 84460e8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions ci/cluster/equinix/arc/argo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,6 @@ metadata:
namespace: argocd
spec:
project: default
sources:
- chart: gha-runner-scale-set-controller
repoURL: ghcr.io/actions/actions-runner-controller-charts
targetRevision: 0.9.3
helm:
releaseName: cncf-gha-controller
valueFiles:
- values.yaml
- repoURL: 'https://github.com/cncf/automation.git'
targetRevision: main
ref: values
destination:
server: "https://kubernetes.default.svc"
namespace: arc-systems
Expand All @@ -24,5 +13,16 @@ spec:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true
- ServerSideApply=true
- CreateNamespace=true
- ServerSideApply=true
sources:
- repoURL: ghcr.io/actions/actions-runner-controller-charts
chart: gha-runner-scale-set-controller
targetRevision: 0.9.3
helm:
releaseName: cncf-gha-controller
valueFiles:
- $values/ci/cluster/equinix/arc/values.yaml
- ref: values
repoURL: https://github.com/cncf/automation.git
targetRevision: main
Empty file added ci/cluster/oci/README.MD
Empty file.

0 comments on commit 84460e8

Please sign in to comment.