feat(mpi): Add MPIJob to inclusion values (#15)

This commit is contained in:
Brandon J 2022-10-27 07:30:29 -06:00 committed by GitHub
parent 8cc626844d
commit e3146cb60d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 1 deletions

View file

@ -2,7 +2,7 @@ apiVersion: v2
appVersion: v2.3.1 appVersion: v2.3.1
description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes. description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
name: argo-cd name: argo-cd
version: 4.7.5 version: 4.7.6
home: https://github.com/coreweave/argo-helm home: https://github.com/coreweave/argo-helm
icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png
keywords: keywords:

View file

@ -1054,6 +1054,22 @@ server:
# @default -- See [values.yaml] # @default -- See [values.yaml]
config: config:
resource.inclusions: | resource.inclusions: |
- apiGroups:
- "kubeflow.org"
kinds:
- mpijobs
- tfjobs
- mxjobs
- pytorchjobs
- xgboostjobs
- mpijobs/status
- tfjobs/status
- pytorchjobs/status
- mxjobs/status
- xgboostjobs/status
clusters:
- https://10.135.192.1:443
- https://kubernetes.default.svc
- apiGroups: - apiGroups:
- "networking.k8s.io" - "networking.k8s.io"
kinds: kinds: