18 lines
369 B
YAML
18 lines
369 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: argocd
|
|
namespace: argocd
|
|
spec:
|
|
destination:
|
|
namespace: argocd
|
|
server: https://kubernetes.default.svc
|
|
project: infra
|
|
source:
|
|
path: manifests/cluster-install
|
|
repoURL: https://github.com/argoproj/argo-cd
|
|
targetRevision: HEAD
|
|
syncPolicy:
|
|
automated:
|
|
selfHeal: true
|