apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRole metadata: annotations: meta.helm.sh/release-name: jhub meta.helm.sh/release-namespace: jhub labels: app: jupyterhub app.kubernetes.io/managed-by: Helm chart: jupyterhub-0.11.1 component: hub heritage: Helm release: jhub name: hub namespace: jhub rules: - apiGroups: - "" resources: - pods - persistentvolumeclaims verbs: - get - watch - list - create - delete - apiGroups: - "" resources: - events verbs: - get - watch - list --- apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRoleBinding metadata: annotations: meta.helm.sh/release-name: jhub meta.helm.sh/release-namespace: jhub labels: app: jupyterhub app.kubernetes.io/managed-by: Helm chart: jupyterhub-0.11.1 component: hub heritage: Helm release: jhub name: hub namespace: jhub roleRef: apiGroup: rbac.authorization.k8s.io kind: ClusterRole name: hub subjects: - kind: ServiceAccount name: hub namespace: jhub