move app files to seperate folder
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Aaron Riedel 2024-02-14 08:44:39 +01:00
parent 915f28fd9e
commit 2995a571da
Signed by: aaron
GPG key ID: 643004654D40D577
2 changed files with 20 additions and 1 deletions

44
app-files/tests.yaml Normal file
View file

@ -0,0 +1,44 @@
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: test-deployments
namespace: argocd
spec:
project: default
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: false
prune: true
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: egress-test
namespace: argocd
spec:
project: default
source:
repoURL: https://git.ar21.de/aaron/egress-test-deployment.git
targetRevision: HEAD
path: ressources
destination:
server: https://kubernetes.default.svc
namespace: egress-test
syncPolicy:
syncOptions:
- CreateNamespace=true
automated:
selfHeal: false
prune: true