Skip to content

Commit fe6fe20

Browse files
astefanuttiChristianZaccaria
authored andcommitted
CARRY: Add delete patch to remove default namespace (#16)
1 parent 59ca3cd commit fe6fe20

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

ray-operator/config/openshift/kustomization.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ commonLabels:
3636
app.kubernetes.io/component: kuberay-operator
3737

3838
patches:
39+
- path: remove_default_namespace.yaml
3940
- path: kuberay-operator-image-patch.yaml
4041
target:
4142
group: apps
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
$patch: delete
2+
apiVersion: v1
3+
kind: Namespace
4+
metadata:
5+
name: ray-system

0 commit comments

Comments
 (0)