File tree 4 files changed +8
-0
lines changed
charts/selenium-grid/templates
4 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,12 @@ kind: ScaledJob
6
6
metadata :
7
7
name : {{ template "seleniumGrid.chromeNode.fullname" (list $nodeConfig $) }}
8
8
namespace : {{ $.Release.Namespace }}
9
+ {{- if $.Values.autoscaling.annotations }}
9
10
annotations :
10
11
{{- with $.Values.autoscaling.annotations }}
11
12
{{- toYaml . | nindent 4 }}
12
13
{{- end }}
14
+ {{- end }}
13
15
labels :
14
16
app : {{ template "seleniumGrid.chromeNode.fullname" (list $nodeConfig $) }}
15
17
app.kubernetes.io/name : {{ template "seleniumGrid.chromeNode.fullname" (list $nodeConfig $) }}
Original file line number Diff line number Diff line change @@ -6,10 +6,12 @@ kind: ScaledJob
6
6
metadata :
7
7
name : {{ template "seleniumGrid.edgeNode.fullname" (list $nodeConfig $) }}
8
8
namespace : {{ $.Release.Namespace }}
9
+ {{- if $.Values.autoscaling.annotations }}
9
10
annotations :
10
11
{{- with $.Values.autoscaling.annotations }}
11
12
{{- toYaml . | nindent 4 }}
12
13
{{- end }}
14
+ {{- end }}
13
15
labels :
14
16
app : {{ template "seleniumGrid.edgeNode.fullname" (list $nodeConfig $) }}
15
17
app.kubernetes.io/name : {{ template "seleniumGrid.edgeNode.fullname" (list $nodeConfig $) }}
Original file line number Diff line number Diff line change @@ -6,10 +6,12 @@ kind: ScaledJob
6
6
metadata :
7
7
name : {{ template "seleniumGrid.firefoxNode.fullname" (list $nodeConfig $) }}
8
8
namespace : {{ $.Release.Namespace }}
9
+ {{- if $.Values.autoscaling.annotations }}
9
10
annotations :
10
11
{{- with $.Values.autoscaling.annotations }}
11
12
{{- toYaml . | nindent 4 }}
12
13
{{- end }}
14
+ {{- end }}
13
15
labels :
14
16
app : {{ template "seleniumGrid.firefoxNode.fullname" (list $nodeConfig $) }}
15
17
app.kubernetes.io/name : {{ template "seleniumGrid.firefoxNode.fullname" (list $nodeConfig $) }}
Original file line number Diff line number Diff line change @@ -6,10 +6,12 @@ kind: ScaledJob
6
6
metadata :
7
7
name : {{ template "seleniumGrid.relayNode.fullname" (list $nodeConfig $) }}
8
8
namespace : {{ $.Release.Namespace }}
9
+ {{- if $.Values.autoscaling.annotations }}
9
10
annotations :
10
11
{{- with $.Values.autoscaling.annotations }}
11
12
{{- toYaml . | nindent 4 }}
12
13
{{- end }}
14
+ {{- end }}
13
15
labels :
14
16
app : {{ template "seleniumGrid.relayNode.fullname" (list $nodeConfig $) }}
15
17
app.kubernetes.io/name : {{ template "seleniumGrid.relayNode.fullname" (list $nodeConfig $) }}
You can’t perform that action at this time.
0 commit comments