22 lines
449 B
YAML
22 lines
449 B
YAML
---
|
|
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: test-deployments
|
|
namespace: argocd
|
|
spec:
|
|
project: core
|
|
source:
|
|
repoURL: https://git.ar21.de/yolokube/core-deployments.git
|
|
targetRevision: HEAD
|
|
path: tests
|
|
destination:
|
|
server: https://kubernetes.default.svc
|
|
namespace: test-deployments
|
|
syncPolicy:
|
|
syncOptions:
|
|
- CreateNamespace=true
|
|
|
|
automated:
|
|
selfHeal: true
|
|
prune: true
|