infrastructure/k8s/application.yaml

17 lines
No EOL
348 B
YAML

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