Skip to content

Commit

Permalink
CARRY: Add delete patch to remove default namespace (opendatahub-io#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
astefanutti authored and ChristianZaccaria committed Apr 17, 2024
1 parent 59ca3cd commit fe6fe20
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions ray-operator/config/openshift/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ commonLabels:
app.kubernetes.io/component: kuberay-operator

patches:
- path: remove_default_namespace.yaml
- path: kuberay-operator-image-patch.yaml
target:
group: apps
Expand Down
5 changes: 5 additions & 0 deletions ray-operator/config/openshift/remove_default_namespace.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
$patch: delete
apiVersion: v1
kind: Namespace
metadata:
name: ray-system

0 comments on commit fe6fe20

Please sign in to comment.