mirror of
https://github.com/argoproj/argo-cd
synced 2026-05-04 15:18:20 +00:00
16 lines
342 B
YAML
16 lines
342 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: test-self-managed-apps
|
|
namespace: argocd-e2e
|
|
spec:
|
|
project: default
|
|
|
|
source:
|
|
repoURL: https://github.com/argoproj/argo-cd.git
|
|
targetRevision: HEAD
|
|
path: self-managed-app
|
|
|
|
destination:
|
|
server: https://kubernetes.default.svc
|
|
namespace: argocd-e2e
|