Skip to content

Commit c3eafc5

Browse files
author
rodriguez-facundo
committed
Merge branch 'test-cicd' of github.com:MetaCell/NetPyNE-UI into feature/130
2 parents e1aff82 + 9d63a9e commit c3eafc5

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

k8s/cf.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ steps:
7777
c.Spawner.default_url = '/geppetto'
7878
c.Spawner.debug = True
7979
spawner: >-
80-
c.Spawner.args = ["--library=netpyne_ui"]
80+
c.Spawner.args = ["--library=netpyne_ui", "--NotebookApp.disable_check_xsrf=True"]
8181
8282
scheduling:
8383
userScheduler:
@@ -117,12 +117,12 @@ steps:
117117

118118
debug:
119119
enabled: false
120-
image: 'codefresh/cfstep-helm:2.12.1'
120+
image: 'codefresh/cfstep-helm:2.12.2'
121121
title: Installing chart
122122
stage: deploy
123123
environment:
124124
- CHART_NAME=jupyterhub
125-
- RELEASE_NAME={{RELEASE_NAME}}
125+
- RELEASE_NAME=${{RELEASE_NAME}}
126126
- KUBE_CONTEXT=geppetto-cluster@metacellllc
127127
- NAMESPACE=netpyne
128128
- TILLER_NAMESPACE=kube-system

k8s/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ hub:
2424
c.Spawner.default_url = '/geppetto'
2525
c.Spawner.debug = True
2626
spawner: >-
27-
c.Spawner.args = ["--library=netpyne_ui"]
27+
c.Spawner.args = ["--library=netpyne_ui", "--NotebookApp.disable_check_xsrf=True"]
2828
2929
scheduling:
3030
userScheduler:

0 commit comments

Comments
 (0)