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:
|
hub:
|
||||||
config:
|
config:
|
||||||
Authenticator:
|
Authenticator:
|
||||||
|
@ -9,6 +6,9 @@ hub:
|
||||||
JupyterHub:
|
JupyterHub:
|
||||||
tornado_settings:
|
tornado_settings:
|
||||||
headers: { 'Content-Security-Policy': "frame-ancestors *;" }
|
headers: { 'Content-Security-Policy': "frame-ancestors *;" }
|
||||||
|
db:
|
||||||
|
pvc:
|
||||||
|
storageClassName: csi-sc-cinderplugin
|
||||||
extraConfig:
|
extraConfig:
|
||||||
oauthCode: |
|
oauthCode: |
|
||||||
import json
|
import json
|
||||||
|
|
Loading…
Reference in a new issue