Skip to content

Commit

Permalink
fix: removes rules: [] to avoid gtsystem/lightkube#32
Browse files Browse the repository at this point in the history
  • Loading branch information
NohaIhab committed Sep 13, 2023
1 parent beb89e7 commit 86946da
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ metadata:
labels:
rbac.authorization.kubeflow.org/aggregate-to-kubeflow-admin: "true"
name: notebook-controller-kubeflow-notebooks-admin
rules: []
# Commenting out rules: [] due to https://github.com/gtsystem/lightkube/issues/32
# rules: []
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
Expand Down
3 changes: 2 additions & 1 deletion charms/jupyter-ui/src/templates/auth_manifests.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@ metadata:
kustomize.component: jupyter-web-app
rbac.authorization.kubeflow.org/aggregate-to-kubeflow-admin: "true"
name: jupyter-web-app-kubeflow-notebook-ui-admin
rules: []
# Commenting out rules: [] due to https://github.com/gtsystem/lightkube/issues/32
#rules: []
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
Expand Down

0 comments on commit 86946da

Please sign in to comment.