fix(mpi): Fix kind added to inclusions (#16)
This commit is contained in:
parent
e3146cb60d
commit
a10a8f5de7
2 changed files with 6 additions and 11 deletions
|
@ -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.6
|
version: 4.7.7
|
||||||
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:
|
||||||
|
|
|
@ -1057,16 +1057,11 @@ server:
|
||||||
- apiGroups:
|
- apiGroups:
|
||||||
- "kubeflow.org"
|
- "kubeflow.org"
|
||||||
kinds:
|
kinds:
|
||||||
- mpijobs
|
- MPIJob
|
||||||
- tfjobs
|
- TFJob
|
||||||
- mxjobs
|
- MXJob
|
||||||
- pytorchjobs
|
- PyTorchJob
|
||||||
- xgboostjobs
|
- XGBoostJob
|
||||||
- mpijobs/status
|
|
||||||
- tfjobs/status
|
|
||||||
- pytorchjobs/status
|
|
||||||
- mxjobs/status
|
|
||||||
- xgboostjobs/status
|
|
||||||
clusters:
|
clusters:
|
||||||
- https://10.135.192.1:443
|
- https://10.135.192.1:443
|
||||||
- https://kubernetes.default.svc
|
- https://kubernetes.default.svc
|
||||||
|
|
Loading…
Reference in a new issue