Files
gitops-argocd/declarative/multi-app/app-of-apps.yml

19 lines
407 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: app-of-apps
namespace: argocd
spec:
project: default
source:
repoURL: https://git.3dwo.ru/ddkibardin/gitops-argocd.git
targetRevision: HEAD
path: ./declarative/app-of-apps
destination:
server: https://kubernetes.default.svc
namespace: argocd
syncPolicy:
automated:
prune: true
selfHeal: true