Files
homelab/k8s/state/core/argocd.yaml

22 lines
433 B
YAML
Raw Normal View History

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