Skip to content

Commit

Permalink
fix: Deploy to workload group
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Butler <[email protected]>
  • Loading branch information
butler54 committed May 18, 2024
1 parent f171453 commit 53bb377
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions charts/all/rhoai/templates/clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
name: odh-cluster-role
annotations:
argocd.argoproj.io/sync-wave: "1"
rules:
- apiGroups: ["datasciencecluster.opendatahub.io"]
resources: ["*"]
Expand Down
4 changes: 4 additions & 0 deletions charts/all/rhoai/templates/rhoai-datasciencecluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,12 @@ spec:
components:
codeflare:
managementState: Managed
{{ if .Values.clusterGroup.isHubCluster }}
dashboard:
managementState: Managed
datasciencepipelines:
managementState: Managed
{{ end }}
kserve:
serving:
ingressGateway:
Expand All @@ -31,8 +33,10 @@ spec:
managementState: Managed
trustyai:
managementState: Managed
{{ if .Values.clusterGroup.isHubCluster }}
workbenches:
managementState: Managed
{{ end }}
{{ if .Values.rhoai.customizedKueue }}
{{ else }}
kueue:
Expand Down
2 changes: 0 additions & 2 deletions values-hub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ clusterGroup:
- openshift-pipelines
- openshift-storage
- openshift-nfd
- minio
- minio-operator
- nvidia-gpu-operator
- openshift-serverless
- redis
Expand Down

0 comments on commit 53bb377

Please sign in to comment.