Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{{ if .Values.trainingOperator.enabled }}
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: 300-training-operator
annotations:
argocd.argoproj.io/sync-wave: "300"
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
{{ .Values.trainingOperator.spec | toYaml | indent 2}}
{{- end -}}
17 changes: 17 additions & 0 deletions helm/kubeflow-core/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -656,4 +656,21 @@ sparkOperator:
prune: false
syncOptions:
- CreateNamespace=true
- ServerSideApply=true

trainingOperator:
enabled: false
spec:
project: default
source:
path: apps/training-operator/upstream/overlays/kubeflow
repoURL: https://github.com/kubeflow/manifests
targetRevision: 776d4f4
destination:
namespace: argocd
name: in-cluster
syncPolicy:
automated:
prune: false
syncOptions:
- ServerSideApply=true