Skip to content

Commit

Permalink
CARRY: Add delete patch to remove default namespace
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin <[email protected]>
  • Loading branch information
KPostOffice authored and astefanutti committed Apr 22, 2024
1 parent 4cf5cce commit d3d458d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/rhoai/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,4 @@ patches:
- path: mutating_webhook_patch.yaml
- path: validating_webhook_patch.yaml
- path: clusterqueue_viewer_role_patch.yaml
- path: remove_default_namespace.yaml
5 changes: 5 additions & 0 deletions config/rhoai/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: system

0 comments on commit d3d458d

Please sign in to comment.