-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
None
-
Open Data Hub Sprint 10
I added the following configmap in our JH env:
```
kind: ConfigMap
apiVersion: v1
metadata:
name: aduggal-special
labels:
jupyterhub: singleuser-profiles
data:
jupyterhub-singleuser-profiles.yaml: |-
- name: aduggal Special Memory Intensive
users: - 4n4nd
- aduggal@redhat.com
resources:
requests:
memory: "1Gi"
cpu: "500m"
limits:
memory: "64Gi"
cpu: "4"
```
Since this profile is missing the `profiles:` key, this should not work. But this makes the JH UI unusable (see attached screenshot) so users are unable to spawn their NB servers.