feat: Add Argo Workflows

This commit is contained in:
Peter 2026-04-01 20:52:14 +02:00
parent 2455c3575a
commit dce0fd8318
Signed by: Peter
SSH key fingerprint: SHA256:B5tYaxBExaDm74r1px9iVeZ6F/ZDiyiy9SbBqfZYrvg
5 changed files with 1099 additions and 0 deletions

View file

@ -78,3 +78,24 @@ spec:
selfHeal: true
syncOptions:
- ServerSideApply=true
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: argo-workflows
namespace: argocd
spec:
project: default
source:
repoURL: https://code.peterg.nl/wheatley/kubernetes.git
path: k8s-peterg/argo-workflows
targetRevision: HEAD
destination:
server: https://kubernetes.default.svc
namespace: argo-workflows
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- ServerSideApply=true