IN-CORE / incore-helm

Helm chart to deploy the IN-CORE system in kubernetes.
0 stars 0 forks source link

Add config from jupyter notebook-prod to dev and tst #93

Closed Vismayak closed 10 months ago

Vismayak commented 10 months ago

Quick copy paste of this

 extraFiles:
    pluginsettings:
      mountPath: /etc/ipython/ipython_config.py 
      stringData: |
        c = get_config()
        c.HistoryManager.hist_file=":memory:"
      mode: 0444