2023-10-26 12:33:00 +00:00
|
|
|
apiVersion: argoproj.io/v1alpha1
|
|
|
|
kind: Application
|
|
|
|
metadata:
|
|
|
|
name: argocd
|
|
|
|
namespace: argocd
|
|
|
|
spec:
|
|
|
|
destination:
|
|
|
|
namespace: argocd
|
|
|
|
server: https://kubernetes.default.svc
|
2023-10-26 12:45:13 +00:00
|
|
|
project: infra
|
2023-10-26 12:33:00 +00:00
|
|
|
source:
|
|
|
|
path: manifests/cluster-install
|
|
|
|
repoURL: https://github.com/argoproj/argo-cd
|
|
|
|
targetRevision: HEAD
|