Initial Kubeflow GitOps setup with example pipelines

This commit is contained in:
2026-02-02 23:37:53 +00:00
commit 591a312399
4 changed files with 307 additions and 0 deletions

20
manifests/argocd-app.yaml Normal file
View File

@@ -0,0 +1,20 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: kubeflow-pipelines-gitops
namespace: argocd
spec:
project: default
source:
repoURL: https://github.com/ghndrx/kubeflow-pipelines.git
targetRevision: HEAD
path: manifests
destination:
server: https://kubernetes.default.svc
namespace: kubeflow
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true