add tests-self and apps-self

This commit is contained in:
Aaron Riedel 2024-10-04 20:20:02 +02:00
parent b2cb93671e
commit 81915b2a6e
Signed by: aaron
GPG key ID: 643004654D40D577
2 changed files with 40 additions and 0 deletions

View file

@ -1,6 +1,26 @@
--- ---
apiVersion: argoproj.io/v1alpha1 apiVersion: argoproj.io/v1alpha1
kind: Application kind: Application
metadata:
name: apps-self
namespace: argocd
spec:
project: default
source:
repoURL: https://git.ar21.de/yolokube/core-deployments.git
targetRevision: HEAD
path: "app-files"
directory:
include: 'apps.yaml'
destination:
server: https://kubernetes.default.svc
namespace: argocd
syncPolicy:
automated:
prune: false
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata: metadata:
name: woodpecker name: woodpecker
namespace: argocd namespace: argocd

View file

@ -1,6 +1,26 @@
--- ---
apiVersion: argoproj.io/v1alpha1 apiVersion: argoproj.io/v1alpha1
kind: Application kind: Application
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
metadata: metadata:
name: test-deployments name: test-deployments
namespace: argocd namespace: argocd