Skip to content

Commit

Permalink
add: additional rhoai ns
Browse files Browse the repository at this point in the history
  • Loading branch information
codekow committed Nov 8, 2024
1 parent e792f2a commit ba2fcc2
Show file tree
Hide file tree
Showing 8 changed files with 30 additions and 19 deletions.
19 changes: 0 additions & 19 deletions components/operators/rhods-operator/instance/base/namespace.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
apiVersion: v1
kind: Namespace
metadata:
Expand All @@ -7,21 +6,3 @@ metadata:
labels:
openshift.io/cluster-monitoring: 'true'
name: redhat-ods-applications
---
apiVersion: v1
kind: Namespace
metadata:
annotations:
openshift.io/display-name: "OpenShift AI - Monitoring"
labels:
openshift.io/cluster-monitoring: 'true'
name: redhat-ods-monitoring
---
apiVersion: v1
kind: Namespace
metadata:
annotations:
openshift.io/display-name: "OpenShift AI - Individual Notebooks"
labels:
openshift.io/cluster-monitoring: 'true'
name: rhods-notebooks
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
apiVersion: kustomize.config.k8s.io/v1alpha1
kind: Component

resources:
- namespace.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
apiVersion: v1
kind: Namespace
metadata:
annotations:
openshift.io/display-name: "OpenShift AI - Monitoring"
labels:
openshift.io/cluster-monitoring: 'true'
name: redhat-ods-monitoring
---
apiVersion: v1
kind: Namespace
metadata:
annotations:
openshift.io/display-name: "OpenShift AI - Individual Notebooks"
labels:
openshift.io/cluster-monitoring: 'true'
name: rhods-notebooks
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ resources:
- ../../base

components:
- ../../components/additional-namespaces
- ../../components/auth-with-authorino
- ../../components/components-distributed-compute
- ../../components/components-serving
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

namespace: redhat-ods-applications

resources:
- ../../base

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

namespace: redhat-ods-applications

resources:
- ../../base

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ resources:
- ../../base

components:
- ../../components/additional-namespaces
- ../../components/config-access-everyone
- ../../components/disable-telemetry
- ../../components/fix-kubeadmin-cluster-admin
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ resources:
- ../../base

components:
- ../../components/additional-namespaces
- ../../components/auth-with-authorino
- ../../components/components-distributed-compute
- ../../components/components-serving
Expand Down

0 comments on commit ba2fcc2

Please sign in to comment.