Skip to content
Snippets Groups Projects
Commit a633f782 authored by Dung Vu's avatar Dung Vu
Browse files

Update my_spawner.py

parent 3b45a8cb
No related branches found
No related tags found
No related merge requests found
Pipeline #31902 passed
......@@ -34,7 +34,7 @@ class MySpawner(KubeSpawner):
nodeSelectorTermsExpressions = [{
'key': 'topology.kubernetes.io/region',
'operator': 'In',
'values': ["us-west","central"]
'values': ["us-west","us-central"]
}]
if formdata.get('gputype', [0])[0]:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment