Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixes value file for github-arc #26

Merged
merged 1 commit into from
Nov 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
Loading