Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
codekow committed Nov 14, 2024
1 parent d5f5fb3 commit f62439c
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 21 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

components:
- ../components/aws-nvidia-gpu-autoscale
- ../components/devspaces
- ../components/rhoai
- ../components/rhoai-intel
- ../../components/aws-nvidia-gpu-autoscale
- ../../components/devspaces
- ../../components/rhoai
- ../../components/rhoai-intel

resources:
- ../base
- ../../base

patches:
- target:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

components:
- ../components/aws-nvidia-gpu-autoscale
- ../components/devspaces
- ../../components/aws-nvidia-gpu-autoscale
- ../../components/devspaces

resources:
- ../base
- ../../base

patches:
- target:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

components:
- ../components/devspaces
- ../../components/devspaces

resources:
- ../base
- ../../base

patches:
- target:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

components:
- ../components/aws-nvidia-gpu-autoscale
- ../../components/aws-nvidia-gpu-autoscale

resources:
- ../base
- ../../base

patches:
- target:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

components:
- ../components/rhoai-intel
- ../../components/rhoai-intel

resources:
- ../rhoai-minimal
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

components:
- ../components/rhoai
- ../../components/rhoai

resources:
- ../base
- ../../components/operators/rhods-operator/instance/overlays/minimal
- ../../base
- ../../../components/operators/rhods-operator/instance/overlays/minimal

patches:
- target:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

components:
- ../components/aws-nvidia-gpu-autoscale
- ../components/rhoai
- ../../components/aws-nvidia-gpu-autoscale
- ../../components/rhoai

resources:
- ../base
- ../../base

patches:
- target:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

components:
- ../components/rhoai-prereqs
- ../../components/rhoai-prereqs

resources:
- ../rhoai-nvidia-gpu-autoscale
- ../../components/operators/rhods-operator/instance/overlays/all
- ../../../components/operators/rhods-operator/instance/overlays/all

patches:
- target:
Expand Down
File renamed without changes.

0 comments on commit f62439c

Please sign in to comment.