Files
homelab-v/k8s/sets/infrastructure.yaml
T

19 lines
361 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: infrastructure
namespace: argocd
spec:
project: app-of-apps
source:
path: k8s/infra
repoURL: https://github.com/vehagn/homelab
targetRevision: HEAD
destination:
namespace: argocd
name: in-cluster
syncPolicy:
automated:
selfHeal: true
prune: true