From 492f267030af28ae625f4580db921db26731f809 Mon Sep 17 00:00:00 2001 From: Vojtech Mares Date: Fri, 17 Nov 2023 09:01:40 +0100 Subject: [PATCH] feat(apps): add system-upgrade-controller --- .../system-upgrade-controller.yaml | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 apps/cluster-infrastructure/system-upgrade-controller.yaml diff --git a/apps/cluster-infrastructure/system-upgrade-controller.yaml b/apps/cluster-infrastructure/system-upgrade-controller.yaml new file mode 100644 index 0000000..67d956f --- /dev/null +++ b/apps/cluster-infrastructure/system-upgrade-controller.yaml @@ -0,0 +1,22 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: system-upgrade-controller + namespace: argocd + annotations: + argocd.argoproj.io/sync-wave: "5" +spec: + project: cluster-infrastructure + syncPolicy: + automated: + prune: true + selfHeal: true + syncOptions: + - CreateNamespace=true + source: + path: manifests/ + repoURL: https://github.com/rancher/system-upgrade-controller.git + targetRevision: 0.13.1 + destination: + server: "https://kubernetes.default.svc" + namespace: system-upgrade