Put it in the correct place
This commit is contained in:
parent
b67e4b253d
commit
43db31ce31
|
@ -1,3 +1,6 @@
|
||||||
|
db:
|
||||||
|
pvc:
|
||||||
|
storageClassName: csi-sc-cinderplugin
|
||||||
hub:
|
hub:
|
||||||
config:
|
config:
|
||||||
Authenticator:
|
Authenticator:
|
||||||
|
@ -6,7 +9,6 @@ hub:
|
||||||
JupyterHub:
|
JupyterHub:
|
||||||
tornado_settings:
|
tornado_settings:
|
||||||
headers: { 'Content-Security-Policy': "frame-ancestors *;" }
|
headers: { 'Content-Security-Policy': "frame-ancestors *;" }
|
||||||
storageClassName: csi-sc-cinderplugin
|
|
||||||
extraConfig:
|
extraConfig:
|
||||||
oauthCode: |
|
oauthCode: |
|
||||||
import json
|
import json
|
||||||
|
|
Loading…
Reference in a new issue