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