Skip to content

Commit

Permalink
fix jupyter notes.txt regarding one time password (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
ihiverlet authored Jul 2, 2024
1 parent 89ef95c commit 8c410d3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion charts/jupyter-pyspark/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,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.33.17
version: 1.33.18

dependencies:
- name: library-chart
Expand Down
4 changes: 2 additions & 2 deletions charts/jupyter-pyspark/templates/NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
- Lorsque le driver Spark est en cours d'exécution, vous pouvez vous connecter à l'interface Spark-UI avec votre navigateur en utilisant ce [lien](https://{{ .Values.route.sparkHostname }})
{{- end }}
{{- end }}
- Votre jeton d'accès est **{{ .Values.security.password }}**
- Votre password: {{ .Values.security.password }}

{{- if .Values.ingress.enabled }}
{{- if .Values.networking.user.enabled }}
Expand Down Expand Up @@ -47,7 +47,7 @@ Si vous ne lancez pas votre service personnalisé, vous obtiendrez une erreur 50
- When the spark driver is running, you can connect to the spark-ui with your browser on this [link](https://{{ .Values.route.sparkHostname }})
{{- end }}
{{- end }}
- Your access token is **{{ .Values.security.password }}**
- Your token: {{ .Values.security.password }}

{{- if .Values.ingress.enabled }}
{{- if .Values.networking.user.enabled }}
Expand Down
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.38
version: 1.13.39

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 @@ -13,7 +13,7 @@ Si vous ne lancez pas votre service personnalisé, vous obtiendrez une erreur 50
Si vous ne lancez pas votre service personnalisé, vous obtiendrez une erreur 502 Bad Gateway.
{{- end }}
{{- end }}
- Votre jeton d'accès est **{{ .Values.security.password }}**
- Votre password: {{ .Values.security.password }}

*NOTES concernant la suppression :*

Expand All @@ -38,7 +38,7 @@ If you don't run your custom service you will get a 502 bad gateway error.
If you don't run your custom service you will get a 502 bad gateway error.
{{- end }}
{{- end }}
- Your access token is **{{ .Values.security.password }}**
- Your token: {{ .Values.security.password }}

*NOTES about deletion :*

Expand Down

0 comments on commit 8c410d3

Please sign in to comment.