infrastructure/k8s/application.yaml

17 lines
No EOL
347 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: system
namespace: argocd
spec:
destination:
namespace: default
name: in-cluster
project: system
source:
repoURL: "https://github.com/gensokyo-zone/infrastructure"
path: k8s/system
targetRevision: main
syncPolicy:
automated:
selfHeal: true