Skip to content

Commit

Permalink
rename: things
Browse files Browse the repository at this point in the history
  • Loading branch information
codekow committed May 31, 2024
1 parent 0beb333 commit 3984723
Show file tree
Hide file tree
Showing 16 changed files with 43 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ subjects:
namespace: ds-group
- kind: ServiceAccount
name: data-connection-setup
namespace: ds-kserve-project
namespace: ds-kserve
- kind: ServiceAccount
name: data-connection-setup
namespace: ds-modelmesh
- kind: ServiceAccount
name: data-connection-setup
namespace: openshift-adp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

namespace: ds-kserve-project
namespace: ds-kserve

resources:
- ../../base
Expand All @@ -14,4 +14,4 @@ patches:
patch: |-
- op: add
path: /subjects/0/namespace
value: ds-kserve-project
value: ds-kserve
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

namespace: ds-modelmesh

resources:
- ../../base

patches:
- target:
group: rbac.authorization.k8s.io
version: v1
kind: RoleBinding
patch: |-
- op: add
path: /subjects/0/namespace
value: ds-modelmesh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

namespace: ds-kserve-project
namespace: ds-kserve

resources:
- caikit-tgis
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ subjects:
apiVersion: batch/v1
kind: Job
metadata:
name: add-model-job
name: job-upload-model
annotations:
argocd.argoproj.io/sync-wave: "2"
spec:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

resources:
- openvino
- triton
- job-upload-model.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,4 @@ kind: Kustomization
namespace: ds-group

resources:
- openvino
- triton
- upload-model-fraud-job.yaml
- ../../base
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

namespace: ds-modelmesh

resources:
- ../../base
5 changes: 3 additions & 2 deletions demos/rhoai-extended/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ resources:
- ../../components/configs/kustomized/minio/overlays/with-namespace
- ../../components/configs/kustomized/rhoai-config
- ../../components/configs/kustomized/rhoai-data-connector/overlays/group-project
# - ../../components/configs/kustomized/rhoai-data-connector/overlays/kserve-project
# - ../../components/configs/kustomized/rhoai-modelmesh-instances
- ../../components/configs/kustomized/rhoai-data-connector/overlays/kserve-project
- ../../components/configs/kustomized/rhoai-data-connector/overlays/modelmesh-project
- ../../components/configs/kustomized/rhoai-modelmesh-instances/overlays/modelmesh-project
# - ../../components/configs/kustomized/rhoai-modelmesh-runtimes
# - ../../components/configs/kustomized/rhoai-kserve-instances
- ../../components/configs/kustomized/rhoai-notebook/overlays/group-project
Expand Down

0 comments on commit 3984723

Please sign in to comment.