{{- if .Values.ingress.enabled }}
- You can connect to this jupyter with your browser on this [link](http{{ if $.Values.ingress.tls }}s{{ end }}://{{ .Values.ingress.hostname }})
{{- end }}
- Your access token is **{{ .Values.security.password }}**
{{- if .Values.persistence.enabled }}
- The following path **{{ .Values.persistence.path }}** is a persistant volume with a size of **{{ .Values.persistence.size }}** 
{{- end }}

*NOTES about deletion :*

{{- if .Values.persistence.enabled }}
- The volume associated with the following path **{{ .Values.persistence.path }}** will be deleted
{{- end }}
- So, you should save your code to an external git repository
- So, You should save your data to an external data repository like S3
- You can easily create a new blazingsql service, clone your code and install again some librairies you need