Files
kube/argocd/applications/woodpecker.yaml

24 lines
530 B
YAML

---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: woodpecker
namespace: argocd
spec:
project: k-space.ee
sources:
- repoURL: git@git.k-space.ee:k-space/kube.git
targetRevision: HEAD
path: woodpecker
- repoURL: 'git@git.k-space.ee:secretspace/kube.git'
targetRevision: HEAD
path: woodpecker
destination:
server: 'https://kubernetes.default.svc'
namespace: woodpecker
syncPolicy:
automated:
prune: true
syncOptions:
- CreateNamespace=true