Skip to content

Commit

Permalink
fix mount path
Browse files Browse the repository at this point in the history
  • Loading branch information
fcomte authored Jul 10, 2024
1 parent ae4cccc commit 108c0a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/rstudio-sparkr/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.17.20
version: 1.17.21

dependencies:
- name: library-chart
Expand Down
4 changes: 2 additions & 2 deletions charts/rstudio-sparkr/templates/NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Si vous n'exécutez pas votre service personnalisé, vous obtiendrez une erreur
*REMARQUES sur 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é
- Vous devriez donc sauvegarder votre code dans un dépôt Git externe
- Vous devriez aussi 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 Down Expand Up @@ -67,7 +67,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 108c0a0

Please sign in to comment.