fixed chipherSuites --> cipherSuites typo (#8806)

Signed-off-by: Denis Baryshev <dennybaa@gmail.com>
This commit is contained in:
Denis Baryshev
2018-10-29 01:41:22 -07:00
committed by k8s-ci-robot
parent 088d1e4e3b
commit dc7262f913
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
apiVersion: v1
name: traefik
version: 1.52.3
version: 1.52.4
appVersion: 1.7.3
description: A Traefik based Kubernetes ingress controller with Let's Encrypt support
keywords:
+1 -1
View File
@@ -86,7 +86,7 @@ Create the block for acme.domains.
Create custom cipherSuites block
*/}}
{{- define "traefik.ssl.cipherSuites" -}}
chipherSuites = [
cipherSuites = [
{{- range $idx, $cipher := .Values.ssl.cipherSuites }}
{{- if $idx }},{{ end }}
{{ $cipher | quote }}