Skip to content

Commit

Permalink
jupyter fix path notes
Browse files Browse the repository at this point in the history
  • Loading branch information
fcomte authored Jul 10, 2024
1 parent bf0d4aa commit d3d0786
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/jupyter-python/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ type: application
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)

version: 1.13.42
version: 1.13.43

dependencies:
- name: library-chart
Expand Down
4 changes: 2 additions & 2 deletions charts/jupyter-python/templates/NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Si vous ne lancez pas votre service personnalisé, vous obtiendrez une erreur 50
*NOTES concernant la suppression :*

{{- if and .Values.persistence.enabled (not .Values.persistence.existingClaim) }}
- Le volume associé au chemin suivant {{ .Values.persistence.mountPath }} sera supprimé.
- Le volume associé au chemin suivant **/home/{{ .Values.environment.user }}/work** sera supprimé.
- Par conséquent, vous devriez sauvegarder votre code dans un référentiel Git externe.
- Vous devriez également sauvegarder vos données dans un référentiel de données externe tel que S3.
- Vous pouvez facilement créer un nouveau service {{ .Chart.Name }}, cloner votre code et réinstaller les bibliothèques dont vous avez besoin.
Expand All @@ -43,7 +43,7 @@ If you don't run your custom service you will get a 502 bad gateway error.
*NOTES about deletion :*

{{- if and .Values.persistence.enabled (not .Values.persistence.existingClaim) }}
- The volume associated with the following path **{{ .Values.persistence.mountPath }}** will be deleted
- The volume associated with the following path **/home/{{ .Values.environment.user }}/work** will be deleted
- 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 {{ .Chart.Name }} service, clone your code and install again some librairies you need
Expand Down

0 comments on commit d3d0786

Please sign in to comment.