| Test | 1 | apiVersion: argoproj.io/v1alpha1 |
| 2 | kind: Application | |
| 3 | metadata: | |
| Change names | 4 | name: myapp-argo-application |
| Test | 5 | namespace: argocd |
| 6 | spec: | |
| 7 | project: default | |
| 8 | ||
| 9 | # repository, revision, path, environment | |
| 10 | source: | |
| 11 | repoURL: https://gitlab.com/nanuchi/argocd-app-config.git | |
| 12 | targetRevision: HEAD | |
| 13 | path: dev | |
| 14 | destination: | |
| 15 | server: https://kubernetes.default.svc | |
| 16 | namespace: default |