From dc7262f913dc0330498233c840d0d86cca343bae Mon Sep 17 00:00:00 2001 From: Denis Baryshev Date: Mon, 29 Oct 2018 11:41:22 +0300 Subject: [PATCH] fixed chipherSuites --> cipherSuites typo (#8806) Signed-off-by: Denis Baryshev --- stable/traefik/Chart.yaml | 2 +- stable/traefik/templates/_helpers.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/traefik/Chart.yaml b/stable/traefik/Chart.yaml index 4261440c82..8432336389 100755 --- a/stable/traefik/Chart.yaml +++ b/stable/traefik/Chart.yaml @@ -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: diff --git a/stable/traefik/templates/_helpers.tpl b/stable/traefik/templates/_helpers.tpl index a8491b3acb..804d9539f1 100644 --- a/stable/traefik/templates/_helpers.tpl +++ b/stable/traefik/templates/_helpers.tpl @@ -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 }}