DB is supposed to be under hub
This commit is contained in:
parent
43db31ce31
commit
1ae2c9403c
|
@ -1,6 +1,3 @@
|
|||
db:
|
||||
pvc:
|
||||
storageClassName: csi-sc-cinderplugin
|
||||
hub:
|
||||
config:
|
||||
Authenticator:
|
||||
|
@ -9,6 +6,9 @@ hub:
|
|||
JupyterHub:
|
||||
tornado_settings:
|
||||
headers: { 'Content-Security-Policy': "frame-ancestors *;" }
|
||||
db:
|
||||
pvc:
|
||||
storageClassName: csi-sc-cinderplugin
|
||||
extraConfig:
|
||||
oauthCode: |
|
||||
import json
|
||||
|
|
Loading…
Reference in a new issue