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

@ -0,0 +1,15 @@
---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: argo-workflows
resources:
- namespace.yaml
helmCharts:
- name: argo-workflows
repo: https://argoproj.github.io/argo-helm
namespace: argo-workflows
releaseName: argo-workflows
version: 1.0.6
valuesFile: values.yaml

View file

@ -0,0 +1,5 @@
---
apiVersion: v1
kind: Namespace
metadata:
name: argo-workdlows

File diff suppressed because it is too large Load diff

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

View file

@ -0,0 +1,9 @@
apiVersion: v1
data:
approle_id: MDE5YTdjOWQtMTYxOC0yZjg0LWE2NzUtOWQ5NmVkZWFiNzEyCg==
approle_secret: ZDZkOWU0MmUtZmVhNi05MGIzLWNlODktYzJlY2E2YWIxMjc3Cg==
kind: Secret
metadata:
name: vault-wheatley-approle
namespace: external-secrets
type: Opaque