Skip to content

Commit ff88235

Browse files
committed
[library-chart] Fixed Spark NOTES block spacing with previous paragraph
1 parent 07383bb commit ff88235

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

charts/library-chart/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
apiVersion: v2
22
name: library-chart
3-
version: 1.5.41
3+
version: 1.5.42
44
type: library

charts/library-chart/templates/_notes.tpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ and then use the following URL with your browser: `http://localhost:<local-port>
6060
{{- define "library-chart.notes-sparkui" -}}
6161
{{- if (.Values.spark).sparkui -}}
6262
{{- if eq .Values.userPreferences.language "fr" -}}
63-
{{- if or (.Values.ingress).enabled (.Values.route).enabled }}
63+
{{- if or (.Values.ingress).enabled (.Values.route).enabled -}}
6464
- Lorsque le driver Spark est en cours d'exécution, vous pouvez vous connecter à l'interface Spark depuis votre navigateur en utilisant [ce lien]({{ include "library-chart.sparkui-url" . }}).
6565
{{ else }}
6666
- Votre interface Spark n'est pas directement exposée sur internet.
@@ -71,7 +71,7 @@ puis en vous connectant depuis votre navigateur à l'URL suivante : `http://loca
7171
- Votre nom d'utilisateur : **`{{ .Values.environment.user }}`**
7272
- Votre mot de passe : **`{{ .Values.security.password }}`**
7373
{{ else -}}
74-
{{- if or (.Values.ingress).enabled (.Values.route).enabled }}
74+
{{- if or (.Values.ingress).enabled (.Values.route).enabled -}}
7575
- When the Spark driver is running, you can connect to the Spark UI with your browser using [this link]({{ include "library-chart.sparkui-url" . }}).
7676
{{ else }}
7777
- Your Spark interface is not exposed on the internet.

0 commit comments

Comments
 (0)