Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Commits on Source (2)
Bug formatting fix
· be1860a4
Brian Hatchet
authored
Sep 09, 2019
be1860a4
Merge branch 'bug-formatting-fix' into 'sandbox-wip'
· eab8a157
Brian Hatchet
authored
Sep 09, 2019
Bug formatting fix See merge request
!10
eab8a157
Hide whitespace changes
Inline
Side-by-side
minds/templates/configMap.yaml
View file @
eab8a157
...
...
@@ -635,7 +635,7 @@ data:
[
'width' => '{{ .Values.transcoder.width2 }}',
'height' => '{{ .Values.transcoder.height2 }}',
'bitrate' => '{{ .Values.transcoder.bitrate2 }}'
'bitrate' => '{{ .Values.transcoder.bitrate2 }}'
,
'audio_bitrate' => '{{ .Values.transcoder.audio_bitrate2 }}',
'formats' => '{{ .Values.transcoder.formats2 | toJson }}',
'charge' => '{{ .Values.transcoder.charge2 }}',
...
...