mirror of
https://github.com/gwg313/homelab-gitops.git
synced 2026-06-05 19:51:01 +00:00
23 lines
517 B
YAML
23 lines
517 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: woodpecker
|
|
namespace: argocd
|
|
annotations:
|
|
argoproj.io/sync-wave: "0"
|
|
spec:
|
|
project: default
|
|
source:
|
|
repoURL: https://github.com/gwg313/homelab-gitops.git
|
|
targetRevision: main
|
|
path: apps/woodpecker
|
|
destination:
|
|
server: https://kubernetes.default.svc
|
|
namespace: woodpecker
|
|
syncPolicy:
|
|
automated:
|
|
prune: true
|
|
selfHeal: true
|
|
syncOptions:
|
|
- CreateNamespace=true
|
|
- ServerSideApply=true
|