Files
sova-deploy/argocd/app-of-apps.yaml
T

19 lines
381 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: sova-root
namespace: argocd
spec:
project: default
source:
repoURL: ${GITEA_REPO_URL}/sova/sova-deploy.git
targetRevision: main
path: argocd/apps
destination:
server: https://kubernetes.default.svc
namespace: argocd
syncPolicy:
automated:
prune: true
selfHeal: true