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

Edit my_spawner.py

parent 84adf382
No related branches found
No related tags found
No related merge requests found
Pipeline #58115 passed
...@@ -260,7 +260,8 @@ class MySpawner(KubeSpawner): ...@@ -260,7 +260,8 @@ class MySpawner(KubeSpawner):
'display_name': 'Stack R-Studio ( New )', 'display_name': 'Stack R-Studio ( New )',
'kubespawner_override': { 'kubespawner_override': {
'image_spec': 'gitlab-registry.nrp-nautilus.io/csusb-prp/scientific-stacks/rstudio:v1.4.1', 'image_spec': 'gitlab-registry.nrp-nautilus.io/csusb-prp/scientific-stacks/rstudio:v1.4.1',
'imagePullPolicy': 'IfNotPresent', # 'imagePullPolicy': 'IfNotPresent',
'imagePullPolicy': 'Always',
} }
}, },
{ {
......
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