add woodpecker-deployment
All checks were successful
ci/woodpecker/push/dashboard Pipeline was successful
ci/woodpecker/pr/dashboard Pipeline was successful

This commit is contained in:
Aaron Riedel 2024-10-04 19:04:36 +02:00
parent a9a7322c35
commit 1bbb031551
Signed by: aaron
GPG key ID: 643004654D40D577
5 changed files with 173 additions and 0 deletions

30
app-files/apps.yaml Normal file
View file

@ -0,0 +1,30 @@
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: woodpecker
namespace: argocd
spec:
project: default
sources:
- chart: woodpecker
repoURL: https://woodpecker-ci.org/
targetRevision: 1.6.0
helm:
releaseName: woodpecker
valueFiles:
- $values/woodpecker/values.yaml
- repoURL: https://git.ar21.de/yolokube/core-deployments.git
targetRevision: HEAD
ref: values
- repoURL: https://git.ar21.de/yolokube/core-deployments.git
targetRevision: HEAD
path: secrets
destination:
server: https://kubernetes.default.svc
namespace: woodpecker
syncPolicy:
syncOptions:
- CreateNamespace=true
automated:
prune: false