Files
homelab/k8s/core/system-upgrade/app.yaml
Ultradesu 37721aafd5
Some checks failed
Check with kubeconform / lint (push) Has been cancelled
Deleted rancher. Added k3s-system-upgrade
2025-04-16 19:02:55 +03:00

22 lines
458 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: k3s-system-upgrade
namespace: argocd
spec:
project: core
destination:
namespace: system-upgrade
server: https://kubernetes.default.svc
source:
repoURL: ssh://git@gt.hexor.cy:30022/ab/homelab.git
targetRevision: HEAD
path: k8s/core/system-upgrade
syncPolicy:
automated:
selfHeal: true
prune: true
syncOptions:
- CreateNamespace=true