1
0
Fork 0

feat(apps): add system-upgrade-controller

This commit is contained in:
Vojtěch Mareš 2023-11-17 09:01:40 +01:00
parent e8fa8af42d
commit 492f267030
Signed by: vojtech.mares
GPG key ID: C6827B976F17240D

View file

@ -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