Files
project-gitops/bootstrap/argocd/root-application.yaml
T

24 lines
576 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: project-gitops-control-plane
namespace: argocd
spec:
project: gitops-control-plane
source:
repoURL: https://git.learn.hyeonworks.com/donghyeon.kang/project-gitops
targetRevision: main
path: platform/control-plane/argocd
destination:
server: https://kubernetes.default.svc
namespace: argocd
syncPolicy:
automated:
enabled: true
prune: true
selfHeal: true
syncOptions:
- PruneLast=true
- FailOnSharedResource=true
revisionHistoryLimit: 10