Skip to content

Commit

Permalink
fix notes.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
ihiverlet committed Jul 2, 2024
1 parent b9af6b8 commit b1a25dd
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions charts/rstudio-sparkr/templates/NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
{{- end }}
{{- end }}
- Le nom d'utilisateur est **{{ .Values.environment.user }}**
- Le mot de passe est **{{ .Values.security.password }}**
- Votre token: {{ .Values.security.password }}

{{- if .Values.ingress.enabled }}
{{- if .Values.networking.user.enabled }}
Expand Down Expand Up @@ -49,7 +49,7 @@ Si vous n'exécutez pas votre service personnalisé, vous obtiendrez une erreur
{{- end }}
{{- end }}
- The login is **{{ .Values.environment.user }}**
- The password is **{{ .Values.security.password }}**
- Your password: {{ .Values.security.password }}

{{- if .Values.ingress.enabled }}
{{- if .Values.networking.user.enabled }}
Expand Down
4 changes: 2 additions & 2 deletions charts/rstudio/templates/NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
- Vous pouvez vous connecter à ce RStudio avec votre navigateur sur ce [lien](https://{{ .Values.route.hostname }})
{{- end }}
- Le nom d'utilisateur est {{ .Values.environment.user }}
- Le mot de passe est **{{ .Values.security.password }}**
- votre token: {{ .Values.security.password }}

{{- if .Values.ingress.enabled }}
{{- if .Values.networking.user.enabled }}
Expand Down Expand Up @@ -37,7 +37,7 @@
- You can connect to this rstudio with your browser on this [link](https://{{ .Values.route.hostname }})
{{- end }}
- The login is **{{ .Values.environment.user }}**
- The password is **{{ .Values.security.password }}**
- Your password: {{ .Values.security.password }}

{{- if .Values.ingress.enabled }}
{{- if .Values.networking.user.enabled }}
Expand Down
4 changes: 2 additions & 2 deletions charts/vscode-pyspark/templates/NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
{{- end }}
{{- end }}
- Le nom d'utilisateur est **{{ .Values.environment.user }}**
- Le mot de passe est **{{ .Values.security.password }}**
- Votre token: {{ .Values.security.password }}

{{- if .Values.ingress.enabled }}
{{- if .Values.networking.user.enabled }}
Expand Down Expand Up @@ -49,7 +49,7 @@ Si vous n'exécutez pas votre service personnalisé, vous obtiendrez une erreur
{{- end }}
{{- end }}
- The login is **{{ .Values.environment.user }}**
- The password is **{{ .Values.security.password }}**
- Your password: {{ .Values.security.password }}

{{- if .Values.ingress.enabled }}
{{- if .Values.networking.user.enabled }}
Expand Down
4 changes: 2 additions & 2 deletions charts/vscode-python/templates/NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Si vous n'exécutez pas votre service personnalisé, vous obtiendrez une erreur
Si vous n'exécutez pas votre service personnalisé, vous obtiendrez une erreur 502 Bad Gateway.
{{- end }}
{{- end }}
- Votre jeton d'accès est **{{ .Values.security.password }}**
- Votre token: {{ .Values.security.password }}
{{- else }}
{{- if .Values.ingress.enabled }}
- You can connect to this vscode with your browser on this [link](http{{ if $.Values.ingress.tls }}s{{ end }}://{{ .Values.ingress.hostname }})
Expand All @@ -29,5 +29,5 @@ 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 password: {{ .Values.security.password }}
{{- end }}

0 comments on commit b1a25dd

Please sign in to comment.