Skip to content

Commit

Permalink
feat(component): Add apps component pytorch-job (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
rohank07 authored Jan 21, 2022
1 parent a2172ae commit 8d3ff4e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions kustomize/apps/pytorch-job/base/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

resources:
- github.com/kubeflow/manifests/apps/pytorch-job/upstream/overlays/kubeflow?ref=v1.3.1
2 changes: 2 additions & 0 deletions kustomize/stacks/aaw/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,5 @@ resources:
- ../../apps/kfserving/base
- ../../apps/notebook-controller/base
- ../../apps/profiles/base
- ../../apps/pytorch-job/base

1 change: 1 addition & 0 deletions kustomize/stacks/local/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ resources:
- ../../apps/kfserving/base
- ../../apps/notebook-controller/base
- ../../apps/profiles/base
- ../../apps/pytorch-job/base
1 change: 1 addition & 0 deletions kustomize/stacks/upstream/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ resources:
- ../../apps/kfserving/base
- ../../apps/notebook-controller/base
- ../../apps/profiles/base
- ../../apps/pytorch-job/base

0 comments on commit 8d3ff4e

Please sign in to comment.