Skip to content

Commit

Permalink
update: notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
codekow committed Nov 1, 2024
1 parent 1aab539 commit 640a58f
Show file tree
Hide file tree
Showing 8 changed files with 30 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,3 @@ resources:
- ./lightgbm
- ./opencv
- ./rstudio
- custom-notebooks-rb.yaml
- namespace.yaml
- namespace-rb.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
apiVersion: kustomize.config.k8s.io/v1alpha1
kind: Component

resources:
- rolebinding.yaml

# patches:
# - path: patch-admin-group.yaml
# target:
# kind: Group
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: 'system:image-pusher'

# ---
# kind: RoleBinding
# apiVersion: rbac.authorization.k8s.io/v1
Expand Down
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,10 @@
apiVersion: kustomize.config.k8s.io/v1alpha1
kind: Component

resources:
- rolebinding.yaml

# patches:
# - path: patch-admin-group.yaml
# target:
# kind: Group
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

components:
- ../../components/builder-rb
- ../../components/namespace
- ../../components/rbac

resources:
- ../../base

Expand Down

0 comments on commit 640a58f

Please sign in to comment.