Syntax error
This commit is contained in:
parent
db6f3998ac
commit
fc11225ffb
|
@ -10,7 +10,9 @@ hub:
|
|||
pvc:
|
||||
storageClassName: csi-sc-cinderplugin
|
||||
extraFiles:
|
||||
refresh-token.py: |
|
||||
refresh-token.py:
|
||||
mountPath: /usr/local/etc/jupyterhub/refresh-token.py
|
||||
stringData: |
|
||||
"""A token refresh service authenticating with the Hub.
|
||||
|
||||
This service serves `/services/refresh-token/`,
|
||||
|
@ -167,7 +169,7 @@ hub:
|
|||
c.JupyterHub.services = [
|
||||
{
|
||||
'name': 'refresh-token',
|
||||
'command': [sys.executable, './refresh_token.py']
|
||||
'command': [sys.executable, '/usr/local/etc/jupyterhub/refresh-token.py']
|
||||
}
|
||||
]
|
||||
|
||||
|
|
Loading…
Reference in a new issue