diff --git a/ci/cluster/equinix/argo-automation.yaml b/ci/cluster/equinix/argo-automation.yaml index 3da41f3..810ff30 100644 --- a/ci/cluster/equinix/argo-automation.yaml +++ b/ci/cluster/equinix/argo-automation.yaml @@ -1,3 +1,4 @@ +--- apiVersion: argoproj.io/v1alpha1 kind: Application metadata: @@ -68,14 +69,18 @@ metadata: annotations: argocd.argoproj.io/sync-wave: "4" spec: - syncPolicy: - automated: - prune: true project: default + sources: + - chart: kube-prometheus-stack + repoURL: https://prometheus-community.github.io/helm-charts + targetRevision: 65.4.0 destination: - server: https://kubernetes.default.svc namespace: monitoring - sources: - - repoURL: https://github.com/cncf/automation.git - path: ci/cluster/equinix/kube-prometheus-stack - targetRevision: HEAD \ No newline at end of file + server: https://kubernetes.default.svc + syncPolicy: + automated: + prune: true + selfHeal: true + syncOptions: + - CreateNamespace=true + - ServerSideApply=true diff --git a/ci/cluster/equinix/kube-prometheus-stack/argo.yaml b/ci/cluster/equinix/kube-prometheus-stack/argo.yaml deleted file mode 100644 index e1f161b..0000000 --- a/ci/cluster/equinix/kube-prometheus-stack/argo.yaml +++ /dev/null @@ -1,21 +0,0 @@ -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: kube-prometheus-stack - namespace: argocd -spec: - project: default - source: - - chart: kube-prometheus-stack - repoURL: https://prometheus-community.github.io/helm-charts - targetRevision: 65.4.0 - destination: - server: "https://kubernetes.default.svc" - namespace: monitoring - syncPolicy: - automated: - prune: true - selfHeal: true - syncOptions: - - CreateNamespace=true - - ServerSideApply=true \ No newline at end of file