Files
homelab/k8s/core/rancher/app.yaml

19 lines
379 B
YAML
Raw Normal View History

2025-04-16 17:59:15 +03:00
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: rancher
namespace: argocd
spec:
project: core
destination:
namespace: rancher
server: https://kubernetes.default.svc
source:
repoURL: ssh://git@gt.hexor.cy:30022/ab/homelab.git
targetRevision: HEAD
path: k8s/core/rancher
syncPolicy:
syncOptions:
- CreateNamespace=true