2023-02-12 20:36:55 +01:00
|
|
|
---
|
|
|
|
apiVersion: argoproj.io/v1alpha1
|
|
|
|
kind: Application
|
2024-10-04 20:20:02 +02:00
|
|
|
metadata:
|
|
|
|
name: tests-self
|
|
|
|
namespace: argocd
|
|
|
|
spec:
|
|
|
|
project: default
|
|
|
|
source:
|
|
|
|
repoURL: https://git.ar21.de/yolokube/core-deployments.git
|
|
|
|
targetRevision: HEAD
|
|
|
|
path: "app-files"
|
|
|
|
directory:
|
|
|
|
include: 'tests.yaml'
|
|
|
|
destination:
|
|
|
|
server: https://kubernetes.default.svc
|
|
|
|
namespace: argocd
|
|
|
|
syncPolicy:
|
|
|
|
automated:
|
|
|
|
prune: false
|
|
|
|
---
|
|
|
|
apiVersion: argoproj.io/v1alpha1
|
|
|
|
kind: Application
|
2023-02-12 20:36:55 +01:00
|
|
|
metadata:
|
|
|
|
name: test-deployments
|
|
|
|
namespace: argocd
|
|
|
|
spec:
|
2023-02-12 20:43:01 +01:00
|
|
|
project: default
|
2023-02-12 20:36:55 +01:00
|
|
|
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:
|
2024-10-07 09:19:39 +02:00
|
|
|
- CreateNamespace=true
|
2023-02-12 20:36:55 +01:00
|
|
|
|
2023-02-14 01:23:36 +01:00
|
|
|
automated:
|
|
|
|
selfHeal: false
|
2023-02-12 20:36:55 +01:00
|
|
|
prune: true
|