diff --git a/ci/cluster/equinix/arc/argo.yaml b/ci/cluster/equinix/arc/argo.yaml index 6f9d9e2..f918408 100644 --- a/ci/cluster/equinix/arc/argo.yaml +++ b/ci/cluster/equinix/arc/argo.yaml @@ -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 @@ -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 diff --git a/ci/cluster/oci/README.MD b/ci/cluster/oci/README.MD new file mode 100644 index 0000000..e69de29