Skip to content

Commit

Permalink
refactor: component name
Browse files Browse the repository at this point in the history
  • Loading branch information
rohank07 committed Sep 21, 2022
1 parent 29a4b68 commit 664d75a
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions kustomize/apps/tf-operator/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/training-operator/upstream/overlays/kubeflow?ref=v1.6.0
2 changes: 1 addition & 1 deletion kustomize/stacks/aaw/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ resources:
- ../../apps/notebook-controller/base
- ../../apps/profiles/base
- ../../apps/pytorch-job/base
- ../../apps/tf-training/base
- ../../apps/tf-operator/base

## Kubeflow (contrib)

Expand Down
2 changes: 1 addition & 1 deletion kustomize/stacks/argo/kubeflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ spec:
- app: pytorch-job
folder: apps
version: main
- app: tr-training
- app: tf-operator
folder: apps
version: main

Expand Down
2 changes: 1 addition & 1 deletion kustomize/stacks/local/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ resources:
- ../../apps/notebook-controller/base
- ../../apps/profiles/base
- ../../apps/pytorch-job/base
- ../../apps/tf-training/base
- ../../apps/tf-operator/base

## Kubeflow (contrib)

Expand Down
2 changes: 1 addition & 1 deletion kustomize/stacks/upstream/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ resources:
- ../../apps/notebook-controller/base
- ../../apps/profiles/base
- ../../apps/pytorch-job/base
- ../../apps/tf-training/base
- ../../apps/tf-operator/base

## Kubeflow (contrib)

Expand Down

0 comments on commit 664d75a

Please sign in to comment.