Files
homelab/argocd/templates/plane.yaml
2024-08-31 07:11:20 -05:00

21 lines
403 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: plane
namespace: argocd
spec:
project: default
source:
repoURL: https://gitlab.com/developerdurp/homelab.git
targetRevision: main
path: plane
destination:
namespace: plane
name: in-cluster
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true