Skip to content

Commit

Permalink
fix: previous commit
Browse files Browse the repository at this point in the history
- lint in yaml
- wrong file name
- update component name in newly added README
- revert DSC CR name back to "default" to not break existing users

Signed-off-by: Wen Zhou <[email protected]>
  • Loading branch information
zdtsw committed Nov 27, 2024
1 parent f6abcfb commit 9d41bc0
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 14 deletions.
2 changes: 1 addition & 1 deletion rhods-operator/instance/base/datasciencecluster.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
kind: DataScienceCluster
apiVersion: datasciencecluster.opendatahub.io/v1
metadata:
name: default-dsc
name: default
spec:
components:
codeflare:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# components-distributed-compute
# components-auth-with-authorino

## Purpose
This component is designed help configure the the authentication endpoint for RHOAI with KServe using Authorino with ServiceMesh
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
kind: DataScienceCluster
apiVersion: datasciencecluster.opendatahub.io/v1
metadata:
name: default-dsc
name: default
spec:
components:
codeflare:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# components-distributed-compute
# components-modelregistry

## Purpose
This component is designed help index and manage models, versions, and artifacts metadata
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
kind: DataScienceCluster
apiVersion: datasciencecluster.opendatahub.io/v1
metadata:
name: default-dsc
name: default
spec:
components:
modelregistry:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
kind: DataScienceCluster
apiVersion: datasciencecluster.opendatahub.io/v1
metadata:
name: default-dsc
name: default
spec:
components:
kserve:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
kind: DataScienceCluster
apiVersion: datasciencecluster.opendatahub.io/v1
metadata:
name: default-dsc
name: default
spec:
components:
datasciencepipelines:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# components-distributed-compute
# components-trustyai

## Purpose
This component is designed help XAI explanations of predictive models.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
kind: DataScienceCluster
apiVersion: datasciencecluster.opendatahub.io/v1
metadata:
name: default-dsc
name: default
spec:
components:
trustyai:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ components:
- ../../components/make-kubeadmin-cluster-admin
- ../../components/model-server-pod-sizes
- ../../components/rhoai-dashboard-access
- ../../components/auth-with-authorino
- ../../components/auth-with-authorino
4 changes: 1 addition & 3 deletions rhods-operator/instance/overlays/eus-2.16/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,8 @@ components:
- ../../components/rhoai-dashboard-access
- ../../components/auth-with-authorino



patches:
- target:
kind: DataScienceCluster
name: default-dsc
name: default
path: patch-cert.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
- op: replace
path: /spec/components/kserve/serving/ingressGateway/certificate/type
value: OpenshiftDefaultIngress
value: OpenshiftDefaultIngress

0 comments on commit 9d41bc0

Please sign in to comment.